ftlabs / fastclick

Polyfill to remove click delays on browsers with touch UIs
MIT License
18.66k stars 3.23k forks source link

iOS select focus problem #446

Open Capricair opened 8 years ago

Capricair commented 8 years ago

click the select, focus move to another control

AlexPashley commented 8 years ago

I am getting the exact same issue, and it's something that has worked in the past. I think this maybe the same as the following problem #268

Jokerx3 commented 8 years ago

Just revert this changes (use "!deviceIsIOS4" in the IF-Statement instead of "!deviceIsIOS") and you will be fine again! =) According to the current version you need to make the changes in the line 584 in fastclick.js . https://github.com/ftlabs/fastclick/pull/235/files

Or simply use my attached modified version =) . But pay attention that this breaks VoiceOver again in some way. fastclick.js.zip

AlexPashley commented 8 years ago

Only just noticed you replied on this after trying to re-investigate this issue.

Thanks so much for this it totally works, I've spent hours trying to fix this!!

Thanks again @marck1991

Jokerx3 commented 8 years ago

You're welcome :))