Can't control on view height when soft keyboard appears because it covers typing message #24151
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.
-
! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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