-
Notifications
You must be signed in to change notification settings - Fork 25.7k
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
Two clicks required to select items on iOS devices #315
Comments
The culprit is indeed iOS behavior and is summarized in detail by Nick Zakas. FastClick was designed to overcome the the 300ms delay for mobile touch events and seems like the wrong approach to fix this unexpected behavior. Now that we know what's causing the problem we can address it. Here are two workable solutions:
|
Thanks @JHabdas for digging up this info. Will have to see what I can come up with. |
No need, unless you want to change the breakpoint: #330 😄 |
Fixed in MM 3.2.1 15f4ac9... I think 😉 |
Confirmed fixed. Thanks for including this enhancement. Having a blast porting over from HPSTR. |
Thanks so much for all your work! |
Add Darcli theme
Your Jekyll theme is amazing! Thank you.
Sorry if this has been addressed before. I have to click twice on menu items and links on IOS devices.
Seems like this autocomplete bug? https://bugs.jqueryui.com/ticket/10544
Some ideas here as well. http://stackoverflow.com/questions/25286685/autocomplete-requires-you-to-click-twice-in-ios-after-update-to-1-11-0
The text was updated successfully, but these errors were encountered: