Openingen the virtual keyboard on Android resizes the browser window and hence also the ThinLinc session. Unfortunately this resize can trigger events in applications that screws up the input you were trying to do. Example 1, gnome shell: 1. Click activities 2. Click the search field 3. Open the virtual keyboard The screen will resize, and gnome will drop out of the activities view. And the device might be too crowded to open activities again with the keyboard up. Not sure how to solve this. Perhaps we can emulate iOS behaviour of not resizing the browser when they keyboard appears. Or perhaps we can make panning and zooming good enough that we can turn of resizing.
Problem with iOS and Windows' approach: bug 6069
https://github.com/novnc/noVNC/issues/1667
In some scenarios I think the iOS approach is less confusing despite there not being any specific problems in play. It feels more natural in my opinion.
The "viewport" meta tag is supposed to be able to control this behaviour: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#the_effect_of_interactive_ui_widgets Unfortunately, there is no information about browser support for this feature.
The new viewport units might also be a way to resolve this issue: https://developer.mozilla.org/en-US/docs/Web/CSS/length#relative_length_units_based_on_viewport