I have developed an app in ionic v2 and want to deploy it as a web-app as well as native app. I have tested it on mobile and desktop browsers and it works on Safari, Firefox, and Chrome, but when I test it on Internet Explorer 11.0.9600.18638 none of the ion-select inputs work. If I click on them, they register a shading animation to show that I clicked on them, but the pop-up does not appear to choose a new value.
I use [(ngModel)] two-way binding for the value, and also (ionChange) to trigger a function that updates related values. None of these get triggered or changed since the pop-up does not show up, and normally these would happen after that and choosing “OK”.
Any idea on what to do as a work-around, or to figure out the problem?
Thanks