Android Question Soft keyboard not pushing webview content up

frenkipi

Member
Licensed User
Longtime User
Hello,

I have a webview inside of an AHSwipeToRefresh View. In my webview I am displaying a form, which height is greater than a screen height. So the problem starts when I click on a input box which is on the button of the page and keyboard hides my input box.

I also tried with

B4X:
SetActivityAttribute(Main, android:windowSoftInputMode, adjustResize)

SetActivityAttribute(workadd, android:windowSoftInputMode, "stateHidden|adjustResize")

Any recomendations what should I do?

I also uploaded my test project.

Regards!
 

Attachments

  • test.zip
    7.8 KB · Views: 267
Cookies are required to use this site. You must accept them to continue using the site. Learn more…