Can't control on view height when soft keyboard appears because it covers typing message #24151
Unanswered
ibrahimahmed1998
asked this question in
Q&A
Replies: 5 comments 3 replies
-
For controlling the soft keyboard input mode on Android see https://learn.microsoft.com/en-us/dotnet/maui/android/platform-specifics/soft-keyboard-input-mode?view=net-maui-8.0 |
Beta Was this translation helpful? Give feedback.
3 replies
-
@ibrahimahmed1998 no need to keep messaging me. I have given you my suggestion. We have used that documentation for ourselves and it works for us. I have no idea why it doesn't work for you. I cannot help you any further. |
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
-
Description
when I type message, the keyboard covers the typing message box and can't see or control input area because it not.NET MAUI Control it's related to WebView Component, how I can control in this view?
C# Code:
MenuCurve.Source = new UrlWebViewSource { Url = url };
XML Code:
Beta Was this translation helpful? Give feedback.
All reactions