0

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?

  • 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

1 Answers1

0

It looks like my problem was with full screen activity. It is a bug I guess.

adjustPan not preventing keyboard from covering EditText

Community
  • 1
  • 1