I am displaying a remote webpage using webview and I am using IME to resize the webview control when the keyboard gets displayed/hidden so any text boxes will be visible when the user is typing text into a webpage.
However, the zoom controls of the webview appear every time the user just scrolls the screen - even if they don't do a pinch/zoom gesture.
I tried doing this:
And that didn't work
I tried to hide the zoom controls using the lib (https://www.b4x.com/android/forum/threads/webviewsettings.12929/) and that didn't work.
I narrowed the problem down to this line:
If I remove this line, then the Zoom controls wont appear using either of the above methods.
Is there a conflict between the webview and IME?
However, the zoom controls of the webview appear every time the user just scrolls the screen - even if they don't do a pinch/zoom gesture.
I tried doing this:
B4X:
wv.ZoomEnabled = False
I tried to hide the zoom controls using the lib (https://www.b4x.com/android/forum/threads/webviewsettings.12929/) and that didn't work.
I narrowed the problem down to this line:
B4X:
IME.AddHeightChangedEvent
If I remove this line, then the Zoom controls wont appear using either of the above methods.
Is there a conflict between the webview and IME?
Last edited: