Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Tap and hold shows text selection #203

Closed
hessius opened this issue Oct 13, 2019 · 1 comment
Closed

Bug: Tap and hold shows text selection #203

hessius opened this issue Oct 13, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Projects

Comments

@hessius
Copy link
Contributor

hessius commented Oct 13, 2019

As title: When touching and holding on the interface I get a text selection view.

I haven't poked around that much but I think this is all a web view - And therefore the following css should fix the issue:

* {
  -webkit-user-select: none;
  user-select: none;  
} 
@UnchartedBull UnchartedBull self-assigned this Oct 13, 2019
@UnchartedBull UnchartedBull added the bug Something isn't working label Oct 13, 2019
@UnchartedBull UnchartedBull added this to To do in v2 Release via automation Oct 13, 2019
v2 Release automation moved this from To do to Done Oct 13, 2019
@UnchartedBull
Copy link
Owner

Will be included in the next release :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
v2 Release
  
Done
Development

No branches or pull requests

2 participants