Replies: 1 comment
-
|
solved with InputPane event |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm struggling with the on-screen keyboard covering my input fields in an Avalonia Xplat app on Android.
I tried setting android:windowSoftInputMode="adjustPan" in AndroidManifest.xml and WindowSoftInputMode = SoftInput.AdjustPan MainActivity.cs, but nothing changes. The view contains a ScrollViewer.
Does anyone know the correct way to handle this in Avalonia on Android? Is there a specific setting I'm missing?
Thanks for any tips!
Beta Was this translation helpful? Give feedback.
All reactions