DisplayPromptAsync and landscape mode #23226
sk479
started this conversation in
Upgrading from Xamarin
Replies: 2 comments
-
Have you tried <Application ...
xmlns:android="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific;assembly=Microsoft.Maui.Controls"
android:Application.WindowSoftInputModeAdjust="Resize">
...
</Application> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply. Yes we have tried using the keyboard resize option listed in the article. It produced no different results. |
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
-
We have a formerly Xamarin and now MAUI application that requires user input via the soft keyboard.
When the application is running in landscape mode on Android, the user input prompt is hidden by the soft keyboard which requires the user to enter their desired text, press Done on the keyboard, then press OK at the display prompt.
On iOS this does not occur and the keyboard appears under the display prompt window as expected.
What can be done to prevent the soft keyboard from hiding the display prompt window?
Beta Was this translation helpful? Give feedback.
All reactions