Height of the in-app browser (opened using Browser.open) when keyboard is shown

Hi there. I experience a problem with the height of the viewport in the in-app browser.
My content is positioned absolute and takes 100% of the height (however it doesn’t really matter as I tested other variants).
The problem arise when I open a keyboard. Page becomes scrollable and there’s a space between the top of the keyboard and the content end.

Could smb take a look? For the webview browser I solved smth like that using capacitor config and setting some settings for the Keyboard plugin (resize ‘body’). But afaik in-app browser is another thing…

Any help appreciated :pray:


That’s the default behavior of the WKWebView that the plugin uses, you should create a feature request on the plugin repository or fork the plugin and make the changes you need.