Skip to content

Touching links causes them to highlight while navigation occurs #1

@craigmayhew

Description

@craigmayhew

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions