I have noticed, that chosen isn't working on android native web-browser and iphone 5s safari browser. They just look like simple select lists. Do you aware of that bugs, Hydra?

Comments

Hydra’s picture

Hi Heihachi88! Thanks for reporting this. I'm not sure how I am related to this bug, since this module only includes the chosen library from harvesthq into drupal. If this bug is related to this module or to drupal, we can try to fix it. If not, please report this bug at the issueque on github form chosen :)

I myself, do not have an iPhone5s, neither do I use android. You are very welcome to find a solution and post a patch or even just to locate the bug and share your experience with us, so that others have a good start point for debugging and fixing!

ChristophWeber’s picture

Chosen 1.0 disables its functionality on iOS on small screens (iPhone and iPod). See https://github.com/harvesthq/chosen/pull/1388 and https://github.com/harvesthq/chosen/releases

I can confirm that Chosen (module plus library) works well on my iPad 3 under iOS 7, and is disabled on my iPhone 5 under iOS7. There seems to be a bug in the native iOS multiselect, but that's neither dependent on nor influenced by the Chosen module nor the Chosen library in my hands.

I am closing the issue.

ChristophWeber’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

https://github.com/harvesthq/chosen/releases says Chosen is disabled on iOS small screens.

ChristophWeber’s picture

For future reference, the multiselect bug in iOS 7 is solved with the 7.1 release. Tested on my iPhone 5 with Chosen module and library enabled. See Apple Support forum for more detail.