My page looks like this:
If the user focus one of the entries, page is "locked". The user can't move up or down as it follows:
I've used ContentPage with ScrollView as a main layout. I've also tried to set Window.SetSoftInputMode() in various modes, but everything remains the same.
Is there any modular way to fix this (I have workaround with a StackLayout above entries with HeightRequest=0, when one of the entries is focused, I change HeightRequest to the height of keyboard) ?