I have a input field, after I entered text into the input field, when I touch outside the keyboard, the keyboard does not disappear. This only happens in iOS, but it works fine in Android. Anyone has the same issue?
If you use <input
then it doesn’t work. You should use <ion-input
Use <ion-input></ion-input>
HTML element of ionic instead of <input>
only.
This works fine with me. In my iOS application on real devices too.
I am using ion-input but still I am getting this issue.