pdf-year-planner icon indicating copy to clipboard operation
pdf-year-planner copied to clipboard

Touching links causes them to highlight while navigation occurs

Open craigmayhew opened this issue 3 years ago • 0 comments

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

  1. Open the PDF
  2. Click any link by touching the screen. e.g. the "Tasks" button.
  3. See the link pressed text is highlighted

Context

Remarkable 2

craigmayhew avatar May 02 '21 16:05 craigmayhew