I don't know if the title of question is correct but you all will understand my problem.
In my app I have loaded webview from my external site and in that web view user must fill some form.
When user touch form field in WebView it automaticly pop-up android keyboard and user can type in it.
How can I detect when keyboard pop-up.
The reason what I ask is because I want to enter custom keyboard to show or at least to detect when keyboard is pop-up and move my webview UP so don't be covered with keyboard.
I have looked IME example but in that example keyboard was detected and showed on click of button.
In example of custom keyboards it all raised custom keyboard on click of edit texts in app.
But in my app the user touch form field in webview
Here is example image:
In my app I have loaded webview from my external site and in that web view user must fill some form.
When user touch form field in WebView it automaticly pop-up android keyboard and user can type in it.
How can I detect when keyboard pop-up.
The reason what I ask is because I want to enter custom keyboard to show or at least to detect when keyboard is pop-up and move my webview UP so don't be covered with keyboard.
I have looked IME example but in that example keyboard was detected and showed on click of button.
In example of custom keyboards it all raised custom keyboard on click of edit texts in app.
But in my app the user touch form field in webview
Here is example image: