Mayuri Ruparel
Mayuri Ruparel

Reputation: 694

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!

Upvotes: 1

Views: 1466

Answers (1)

Mrunal
Mrunal

Reputation: 14118

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.

Upvotes: 1

Related Questions