(Android) Entry open keyboard pushes the shell tabbar up #11852
Description
Description
When I'm using WindowSoftInputModeAdjust.Resize bottom part of Shell (Tab Bar) appears just above the keyboard.
On iOS all working well, when I'm opening keyboard, all panels (navigation bar on the top of the screen and tab bar on the bottom) stay where they suppose to be, but page (loaded into Shell) scrolling up if it's needed when I'm opening keyboard.
Expected Behavior
What I want to see: the same behaviour for android and iOS (and it's should be like on iOS) or at least have some option to set such behaviour.
P.S. for iOS exists other problem, when you really need to resize whole app including tab bar. Lets say we have an app with chat-like page (we set Shell Tab Bar visibility to False and placed some Entry on the bottom of the screen), in this case WindowSoftInputModeAdjust.Resize solve the issue for Android, but for iOS we need to create some workaround code (there exists several typical solutions).
P.S.S. I'm have not so much experience in Xamarin development. Maybe solutions was already included in the latest versions of Xamarin.Forms?