You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@frankiefu If I understand correctly, the POC in 078f358 negates the need to use the -webkit-tap-highlight-color workaround on body, right? We're running into this issue in PSK and might hold out for the upstream fix rather than monkey-patching in the short term.
Moved from PolymerElements/paper-drawer-panel#75
Gesture events such as
tap
andtrack
also attach aclick
andmousedown
event handlers. This will result in a grey overlay in mobile safari.We could remove those listeners if possible or use:
Ref: http://stackoverflow.com/questions/5106934/prevent-grey-overlay-on-touchstart-in-mobile-safari-webview
The text was updated successfully, but these errors were encountered: