googlearchive / polymer-gestures

84 stars 28 forks source link

Prevent "ghost click" phenonenoms does not work in Chrome for iOS #75

Open steida opened 9 years ago

steida commented 9 years ago

I checked it on iOS8, and it seems prevent default is not enough. I am using invisible div layer shown for 350ms after tap, and it blocks ghost click. Maybe polymer-gestures should use similar technique.

Touch same position is detected correctly, but form field shown under tap position still got the click therefore focus.