question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It 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)
  • 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:

  • multiple selection ⏩ #966
  • two-finger gestures while creating a line ⏩ #966
  • support releasing one finger from a two-finger gesture to switch back to select/edit mode (the reverse currently works) ⏩ #966

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:16
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
vjeuxcommented, Jan 5, 2020

I think that there are a few things here:

  • Make sure we react to touch events
  • Update the layout on mobile so that 3/4 of the view are not just the left page
  • Optimize touch interactions. We can double finger drag to resize an element. Figure out how selection and pan interact…
  • Add visible buttons for copy paste, undo…

We don’t need to do everything at once, every small improvement would be welcome

2reactions
hmaurercommented, Jan 5, 2020

Basic support might be as simple as switching from mouse events to pointer events (onMouseDown -> onPointerDown, etc).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found