I have an input text in webview, it is at the lower parts of screen. My problem is when user touches that input text, keyboard is opened over it and edit text becomes invisible. How can I solve this?
Asked
Active
Viewed 2,141 times
0
-
Actually WebView itself will try to scroll the page in your case, so that the input box won't be covered by the IME (keyboard) UI. What's your HTML page? – Wei WANG Mar 31 '14 at 10:03