I’m new to ionic and developing my first mobile app. I created a text input but realized I cannot write text into it. I have tested it on Mozilla and Chrome but its still same. I also couldn’t find what I am doing wrong.
Below is the script used.
Thanks for the response. It works fine when I add it to the index page which includes the meta tags and the links to the css and js files but if I take it to another page I wont be able to type into it.
Many thanks for your efforts @aaronksaunders I figured out that the issue was due to the tags <ion-nav-view></ion-nav-view> which were within my <ion-tab> section.