Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Keyboard is overlapping Entry when focused

$
0
0

I am implementing a chat functionality which is structured like this:

ContentPage:
    StackLayout:
        Label
        Grid:
            ListView
        StackLayout:
            Entry
            Button

Now, when I click on the Entry, the keyboard (on Android) just moves up in front of it.
What can I do?


Viewing all articles
Browse latest Browse all 58056

Trending Articles