Hi !
I have an input type search and when I click it ones the keyboard appears but input doesn’t get focused and keyboard visible class on body not exist.
If I click it again on it everithing’s fine …I get focus on input, the keyboard visible class appears on body and I’m able to write in it
This is only on IOS. It’s weird cause on other input (text, password) it’s working fine …
Can somebody help me to solve this issue ? It’s fustrated to click twice on a input to be able to edit
I solved that issue. It was something really weird. That problem was caused by some issue in my DB (sqlite). When DB freezed sometimes and just on some inputs I had to double tap to focus.
I have to actually set the focus manually on my textarea in order for ios keyboard to show. Then ios keyboard steals the focus back from textarea, requiring a click in the text area before you can start typing. This is really a mess. I am using the ionic.keyboard plugin.
I had a similar issue once. But I am not sure if it is the same issue.
A text input was there in the middle of the screen.I had to click twice to get it focused.
I changed the position of the text input a bit (up) and it worked. Weird.