Android "Next Button" is not triggering input keypress event

Hello,

I have an input, really basic, with a keypress event:

<ion-input [formControl]=“phone” (keypress)=“phoneKeyPress($event)” [brmasker]="{mask:’(00) 00000-0000’, len:15}" type=“tel”>

and when i input any key, the event works fine, but when i press the next button, this guy:

button

The event is not triggered.

Anyone know how to handle this?

solved? same problem.

Nope, change my layout and components to work around this problem

Do you mean the enter key at the keyboard?

I have the same issue I want to programmatically focus the device on the dropdown and open it whenever the next button is clicked but how

Solved? I have the same issue.