rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

Webview input covered by keyboard on Android 13 #757

Open profilen opened 1 year ago

profilen commented 1 year ago

Hi,

I have placed a Xamarin Forms Webview in a Popup. On Android 13 I have a problem that the virtual keyboard is covering the input field in the webview when its getting focus. On IOS and Android <= 12 everything is working correctly.

When the input field is focused in the Popup I can see that the "parent/calling" content page is resizing its content to adjust for the keyboard which seems strange.

Any ideas or help will really mean alot. Thanks!