soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

Not working on iPod and iPad #93

Closed flyke closed 8 years ago

flyke commented 8 years ago

The dropdown is not working (when clicking, nothing happens) on iPod and iPad. (maybe also on iPhone but I don't have one to test). It is working fine on desktop and on Android.

Edit: Seems to work if you add the css style cursor:pointer to your dropdown element. So probably not a bug of this library, more a general Apple bug or maybe faulty working click events is just an Apple feature. Anyway, with adding cursor:pointer it works.

If someone else has the same problem as me I hope they will easily find this 'solution'.

claviska commented 8 years ago

Works fine from all my iOS devices. Likely an implementation issue. If this persists for you, submit a minimal example and I'll take a look.