selectize / selectize.js

Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
https://selectize.dev/
Apache License 2.0
13.03k stars 3.58k forks source link

Is there a reason selectize would not work properly in a Cordova app #649

Closed adamgins closed 9 years ago

adamgins commented 9 years ago

Hi,

I am using Selectize in my web app - great package - thanks!!!

On mobile browsers all is OK.

Using the same web app surfaced via Cordova on iOS 8, I the dropdown list drops down, but when I select an item, nothing is shown/selected.

Wondering if anyone else has raised this or any ideas, please?

Sorry, I know there's not a lot of info here, but I can't see anything interesting on the XCode console when running the Cordova app on an emulator.

thanks

adamgins commented 9 years ago

Hi, got this resolved by adding class="needsclick" to the div in the optionLayout function.

ref: https://github.com/ftlabs/fastclick/issues/265