posit-dev / posit-dev/shinylive
Drag-to-resize doesn't work with touch-based inputs
Open
@nstrayer is already working on this.
Since Aug 4, 2022.
enhancement
- Dominant language
- TypeScript
- Stars
- 251
- Forks
- 25
- Avg merge
- 19m
- Merged PRs (30d)
- 2
Description
Currently the drag-to-resize functionality of the editor is built using mouse events which makes it unusable with touch based interfaces. This should be as simple as replacing things like onMouseDown with onPointerDown etc..
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.