hubs icon indicating copy to clipboard operation
hubs copied to clipboard

iOS: Accidental selection highlighting

Open j-conrad opened this issue 3 years ago • 2 comments

Description It's easy to accidentally go into 'highlight' mode (not sure what to call it) when pressing and holding too long on any part of the screen.

To Reproduce Steps to reproduce the behavior:

  1. Launch Hubs on iOS
  2. Hold your finger on any part of the UI
  3. Result: You can end up highlighting the interface and then it's difficult to turn it off

Expected behavior This detection should be turned off if possible

Screenshots iOS_Selection

Hardware

  • Device: iPhone11
  • OS: iOS (15.0.2)
  • Browser: Firefox or Safari

┆Issue is synchronized with this Jira Task

j-conrad avatar Oct 24 '21 18:10 j-conrad

Hi @j-conrad, thanks for reporting.

Yeah I'm often annoyed by this issue. I couldn't reproduce the problem on Android Chrome. It seems an iOS specific issue.

takahirox avatar Oct 26 '21 16:10 takahirox

I already had this kind of issue with aframe projects on text elements on Safari iOS. To fix this I usually apply the css rule user-select: none; on the element. See if you can apply that on the svg element.

vincentfretin avatar Oct 26 '21 16:10 vincentfretin