-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If this is a bug report, please fill in as many of these as you can. Otherwise please delete everything here and just tell us your idea!
Expected Behavior
I click a link and nothing flashes while the page changes.
Current Behavior
Touching links causes them to highlight while navigation occurs
Possible Solution
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;Steps to Reproduce
- Open the PDF
- Click any link by touching the screen. e.g. the "Tasks" button.
- See the link pressed text is highlighted
Context
Remarkable 2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working