Replies: 2 comments 10 replies
-
This might help you? Not sure though. |
Beta Was this translation helpful? Give feedback.
2 replies
-
For now you can handle |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application, I created my own simple keyboard in XAML.
When a TextBox gets focused, naturally the native keyboard is shown.
But this is not the desired behavior for my use case.
Is there a way I can disable this on a global scale?
I already tried adding
android:windowSoftInputMode="stateAlwaysHidden"
to the android manifest, but it doesn't work.I'm using the latest version of Avalonia (11.0.7).
Some insights would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions