0

I have been working on (xamarin.android) project using percentrelativelayout and have come across a problem. When the soft keyboard is displayed it squishes the entire layout. Is, there a way to resolve this? Like how to set the keyboard on top of the layout.

Onik
  • 19,396
  • 14
  • 68
  • 91
vivek
  • 11
  • 4

1 Answers1

0

I solved it by adding a tag in the mainactivity.cs file "WindowSoftInputMode = SoftInput.AdjustPan".

vivek
  • 11
  • 4