Hi,
I want to change view size when keyboard opens on Android. Right now when I click on textfiled, the keyboard opens and it changes UI itself. Thus, my header goes above the mobile's screen.
On IOS, I have used "keyboardframechanged" event to change the view size. But it is not working on Android.
Let me know if there is any way to listen if the keyboard opens/closes on Android.