Scroll site content

Hi.


I use the TMSFMXWebBrowser in our app to display a web-site that contains many input fields.
When the user puts the focus into one of the input fields, the phone's virtual keyboard opens, covering the field that should get the input.
When I open the same site in Chrome on my Android phone, Chrome scrolls the page so that the field comes above the virtual keyboard.
How can I scroll the page the same way in the TMSFMXWebBrowser?

Hi,


This is unfortunately not an TTMSFMXWebBrowser specific setting. It involves manipulating the AndroidManifest.xml that is generated when targetting Android. Please see the pages below for more information.

https://developer.android.com/training/keyboard-input/visibility
https://stackoverflow.com/questions/7026854/textbox-hidden-below-keyboard-in-android-webview

Pieter Scheldeman2020-04-27 20:21:41

Thank you Pieter.


I will investigate.