Entry field control is covered by keyboard

ahmed omar 181 Reputation points
2023-03-29T13:11:02.2266667+00:00

Hello,

I have a view with 4 Entry controls, when I try to type inside the control, the keyboard will cover the Entry field.

is there any way to shift up the control to be above the keyboard?

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alessandro Caliaro 4,206 Reputation points
    2023-03-29T17:32:06.7233333+00:00

    If the problem is on Android, I think you can try to change

    WindowSoftInputModeAdjust

    in the xaml define the namespace

        xmlns:android="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific;assembly=Microsoft.Maui.Controls"
    
    

    then change this

    android:Application.WindowSoftInputModeAdjust="Pan"


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.