PolymerElements / iron-pages

Simple content switcher
https://www.webcomponents.org/element/PolymerElements/iron-pages
48 stars 19 forks source link

Incompatibility with iOS 9 Safari #42

Closed stemuk closed 8 years ago

stemuk commented 8 years ago

The Demo of iron-pages is not working on iOS 9 Safari and Safari- based browsers like Chrome for iOS. This may point to a general incompatibility of iron-pages with iOS 9 Safari, is somebody facing the same issues?

-Stefan

notwaldorf commented 8 years ago

Hmm the problem is with the demo, not the element -- it seems to be that the iron-pages element eats the click, and doesn't bubble it to the document. If we put the click handler on the document, it works fine: http://output.jsbin.com/picexu

I'll update the demo and send a PR!