ioscordovaautocompletejquery-select2angularjs-select2

Select2 Autocomplete not able to select / tap on ios with cordova


I'm using select2 autocomplete plugin with Cordova / Phonegap, I have successfully integrated the plugin and autocomplete works perfectly fine in Android devices, However when I deploy the application in ios, it shows the suggestion list but I'm not able to tap/click on the suggestion provided.

Please Help!


Solution

  • It seems there are few bug in Select2 regarding Autocomplete. You can find more details here:

    https://github.com/ivaynberg/select2/issues/2226

    I would suggest to use "Click" event instead of "TouchStart" event.

    Hope this helps.