jeffminsungkim / Ashy

0 stars 0 forks source link

keyup method doesn't work on a mobile device? #2

Closed jeffminsungkim closed 6 years ago

jeffminsungkim commented 6 years ago

When the user presses backspace from a mobile keypad, it seems like (keyup)="someMethod()" method does not trigger at all.

jeffminsungkim commented 6 years ago

Use (ionChange)="someMethod() instead. Fixed the issue.