In a Xamarin.Forms app I set ...UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize); in my main Activity. This resizes the screen when showing or hiding the soft keyboard. However, if I set the focus to a view that displays the keyboard, such as an Entry, and navigate back, the keyboard hides but the screen is not resized. Instead, it leaves a white area where the keyboard was. How can I fix this? Thanks.
↧