Closed
Description
Moved from PolymerElements/paper-drawer-panel#75
Gesture events such as tap
and track
also attach a click
and mousedown
event handlers. This will result in a grey overlay in mobile safari.
We could remove those listeners if possible or use:
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
Metadata
Assignees
Labels
No labels