Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.1
-
None
Description
setting windowSoftInputMode doesn't work on WebView , this result keyboard overlaps / covered html input especially at the bottom part .
Expected: webview should give space ( adjustPan) or resize (adjustResize) the webview when keyboard shows ,
if this is not doable in QT , then maybe please add a function where the app can listen if Keyboard is opening /hiding , get the current height of the keyboard ,
or adding features to WebView to connect to VirtualKeyboard instead . in that way developers can create own adjustPan or adjustResize functionality inside QT without the use of android manifest