Open ccapndave opened 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.
fastclick
https://github.com/webcomponents/webcomponentsjs
<select>
This is only a problem within shadow roots; in the main page things work normally.
https://github.com/ftlabs/fastclick/issues/427
When using
fastclick
withhttps://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.