Detect "Next" button press in a telephone keypad
Hi,
I am using the type "tel" for an input widget, which brings up a telephone keypad on the phone to input the number. When the user enters the number and clicks on the "Next" button at the bottom right, the keypad goes away. I would like to detect this button press and take an action based on this. However, "keydown", "keyup" and "keypress" events don't seem to be triggered by this button press. The only event I get is "Value Change", but that is not good enough, because the same event is also triggered if the user accidentally dismisses the keyboard by putting the finger anywhere else on the screen. I want to be able to detect affirmatively that the "Next" button has been pressed. Is there a way? Thanks!