@exiong wrote:
I got a modal with just an input textarea. I want to make the keyboard popup automatically with cursor focused on the input as soon as the page launches.
I tried to add autofocus on the html, does not work
Also I tried:onPageDidEnter(){ this.element.nativeElement.querySelector('textarea').focus(); }
I got weird issue on iphone.
How do I do that?
Posts: 2
Participants: 2