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
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
I'm just getting the overall framework setup and starting to look at the fastclick library you maintain but running into problems when testing on Android browser v4.0.3
Basically it seems to be only triggering the synthetic click event on links in the top level navigation. Any links found inside the second level (several nested UL's) just trigger the native click (after the 300ms delay).
The way I have found to resolve this when instantiating Fastclick to pass just 'document' as the layer argument, instead of 'document.body'. Or, if I create an empty event listener on document ontouchstart when my app initialises, that also fixes it (without having to use document.body when instantiating Fastclick.
The text was updated successfully, but these errors were encountered:
From JB:
The text was updated successfully, but these errors were encountered: