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?