This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.
bug: Two taps required on $ionicModal input fields iOS9 #192
Open
Description
From @artzstudio on February 4, 2016 19:6
Type: bug
Ionic Version: 1.x
Platform: ios 9 browser
Open this CodePen in Safari on iOS 9: http://codepen.io/daveartz/full/KVBJwg/
When using Safari on iOS 9 it takes two taps to enter an input field and focusFirstInput
does not work.
This appears to occur when there is more than one $ionicModal
present in a view, as I could not reproduce with one $ionicModal
.
On Chrome desktop this issue is not present. I have not tested in other iOS versions or Android.
Related forum link: https://forum.ionicframework.com/t/two-taps-required-on-input-fields-when-multiple-ionicmodal-instances-in-view/42724
Copied from original issue: ionic-team/ionic-framework#5333