Mobile support
See original GitHub issueIt would be great if the tool supports mobile touch, so it can be used on devices such as tablets with a pencil.
Progress:
- Responsive UI (#787)
- touch support (#788)
- make the touch areas for the resize handles larger (they shouldn’t appear visually larger though) (#790)
- two-finger pan/zoom (#788)
- fix press&hold on canvas triggering selection (maybe it’s not fixed? hard to tell) → fix by disabling user-select everywhere (#790)
- edit text (#790)
- delete objects (toolbar button?) (#788)
- finalize line creation (#788)
- fix how existing
finalize
action deletes last line (#790)
- fix how existing
- refactor menu/edit toggles to be actions (#793)
- make 🍔/🎨 buttons radios or otherwise show that they’re selected (#793)
- “reset zoom” button/indicator ⏩ #965
- undo/redo buttons (#793)
- desktop pinch-zoom (Safari GestureEvents, Chrome/FF simulated ctrl+wheel)
apple-touch-icon
for adding to home screen ⏩ #820- test
pointercancel
⏩ #966 - test two-finger gestures programmatically ⏩ #966
- abort tap selection if a second
pointerdown
(i.e. for pan/zoom) occurs before the first pointer moves too far ⏩ #966 - desktop pinch-zoom centered around cursor ⏩ #940
- fix scrollbar offsets to account for toolbar (or resize canvas) ⏩ #934
- re-add lock button somewhere ⏩ #819
Optional:
Issue Analytics
- State:
- Created 4 years ago
- Reactions:16
- Comments:16 (9 by maintainers)
Top Results From Across the Web
T-Mobile Support: Wireless
Visit T-Mobile Support for help with phones & internet devices, plans & services, billing, and more!
Read more >MobileSupport - RemoteCall - Apps on Google Play
Rsupport's 'MobileSupport – RemoteCall' application allows support representatives to remotely access customers' mobile devices to identify ...
Read more >Get help from your device manufacturer & mobile carrier
Your device manufacturer or mobile carrier is often the best place to get help for some phone issues. ... Samsung, Go to Samsung's...
Read more >Mobile Support | Technology Glossary Definitions - G2
Mobile support is a feature that makes applications and software usable on mobile devices. Operating systems with quality mobile support offer assistance in ......
Read more >Mobile Support Team | Missoula, MT - Official Website
The Missoula Mobile Support Team (MST) was implemented in the Fall, 2020 and currently works in collaboration with the Crisis Intervention Team (CIT)....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think that there are a few things here:
We don’t need to do everything at once, every small improvement would be welcome
Basic support might be as simple as switching from mouse events to pointer events (
onMouseDown
->onPointerDown
, etc).