optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
109 stars 42 forks source link

Dropdown not opening after selecting value first time in iPhone safari #88

Open krrish-kumar opened 6 years ago

krrish-kumar commented 6 years ago

Hi all,

I was previously using 'ng2-select' and got issues in iPhone safari with it. User is not able to select value from dropdown when user start typing for search and also after user start typing, if user want to close the dropdown and click somewhere else on screen, dropdown not collapsing. It's working fine, in case, if user just select from dropdown, not type.

Collapsing issue resolved with hammerjs use. However searching issue not.

So switched to 'ngx-select-ex' and land up issue with this as well. First time, when user select value from dropdown or select by search typing. All worked as expected. But then if user try to reselect value from dropdown, it doesn't open and additionally, it freezes all other button/link action also on that page.

It's working fine in android phones like Galaxy S9 etc.

optimistex commented 6 years ago

@krrish-kumar The Safari makes a headache because it does not use common WEB standarts. And Unfortunately, I can't test it because I have no own iPhone.

I may offer you two ways:

  1. Install Google Chrome on iPhone.
  2. Fix it yourself. I can help you with some questions if you choise this option.