0

I am loading URL into webview. Webpage has text input field at bottom, so when start typing into that scrolling works fine. But after dismiss keyboard, webview content doesn't scroll at bottom again.

I tried with different windowSoftInputMode but none of them works for me.

android:windowSoftInputMode

Please help me on this. I know there are many similar questions like this one but none of them works for me so i am creating this separate thread.

Mitesh Dobareeya
  • 860
  • 1
  • 8
  • 30

1 Answers1

0

Please refer below link , As web view is not clear the focus even after keyboard hide. Webview get focus automatically when removing URL from Edit Text

Gaurav Bansal
  • 522
  • 3
  • 11