mmastrac / jquery-noclickdelay

Removes the 300ms click delay from iOS webviews
Apache License 2.0
32 stars 14 forks source link

Triggers active states on elements that are not nearby #3

Open matthew-dean opened 11 years ago

matthew-dean commented 11 years ago

This script seems have some incorrect offset math. It's triggering hover states on elements that are nowhere near where I'm tapping. However, it ALSO triggers the active states when I tap directly on those elements.

mmastrac commented 11 years ago

Hi matthewdl,

Do you have a small repro case for this?