-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to Open Menu and Store #24
Comments
It could be the separate, first callback that cancels default click behavior on my links... Is IE then not calling the other callback functions? |
And I've been told that this is a problem in Firefox. |
It doesn't appear to have been necessary for Android and may now be the cause of my problems in #24
I'm thinking it is what I suggested two weeks ago, that the problem is caused by this line: Z(document).on('tap click','a[href^="#"]',false) and I'm sure that will mean that I'll need to revert the two commits mentioned above... It would be helpful to confirm, though, with some additional error logging... |
instead of having Zepto.js additionally stopping propagation For #24
The problem is that both the tap and click events were being triggered when the user tapped somewhere, causing the function to be called twice, undoing what it had done. Hopefully fixed by 4285b03 |
Is IE claiming to be Android? Or is my
tapComplete
reset failing?No error is being thrown to my logging server...
The text was updated successfully, but these errors were encountered: