ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

Avoid duplicate hide event when user changes field #68

Closed jcesarmobile closed 5 years ago

jcesarmobile commented 5 years ago

iOS keyboard always calls willHide, even when user changes the input field and there is no visible disappear/appear animations.

This PR uses a timer that is disabled if willShow is called right after willHide, so it doesn't send the event.