ftlabs / fastclick

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

Fastclick breaks <select> components on iOS when using webcomponentsjs #478

Open ccapndave opened 8 years ago

ccapndave commented 8 years ago

When using fastclick with https://github.com/webcomponents/webcomponentsjs (to polyfill Shadow DOM) <select> components don't do anything when clicked on iOS9.

This is only a problem within shadow roots; in the main page things work normally.

ccapndave commented 8 years ago

https://github.com/ftlabs/fastclick/issues/427