I have several “input text” elements on different pages and I when I tap on it I cannot position the cursor in the position where I tap, the cursor always goes to the end of the text.
As a result, the text of the input cannot be edited, you can only start from the end of the text and delete.
I just created a new project with “ionic start myApp blank” and when running it on my phone I found the same thing, I cannot edit the text inputs in the “Adopt” tab.
I’m using:
Ionic, v1.0.0-beta.1
Android 4.4.2
Google Nexus 5
(although we have tried other phones and Android versions and saw the same thing)
The markup on the blank project is a bit different, but I also tried your markup and the same thing happens, when tapping on the text input or the textarea, the cursor always goes to the end of the text, you cannot edit it.