Hello,
We need to know when the keyboard is shown/hiden. We managed to get the show event by listening to the input focus event that trigger the keyboard but the blur event is not fired when pressing the back button to hide the keyboard.
Is there any solution to this problem?