My problem is with Android using Xamarin.Forms.
I'm using FormsAppCompatActivity.
I also tied the AndroidBug5497WorkaroundForXamarinAndroid.assistActivity(this);
Page 1 [TabbedPage -> ContentPage] -> Navigation.PushAsync() and navigate to Page 2-> Open the Keyboard -> Press the Back arrow in the navigation bar to return to Page 1 -> Page 1 is not resizing, the keyboard is not there, but it's still taking the space.
On the Page 2, on Disappearing, i'm doing NoteEditor.Unfocus();.
On Page 1, I tried InvalidateMeasure(), but no success.
Anyone have a solution for this?
Thanks!