Posts by perozzo • 2,653 points
101 posts
-
1
votes1
answer277
viewsA: Device keyboard is over Input
The most correct solution is not to add height as mentioned above. In the desired Activity.Cs add the following attribute: WindowSoftInputMode = SoftInput.AdjustPan Example: Answer was taken from…