Given a simple ContentPage with an Editor at the bottom and a list as the first item (Stack with list and Editor), I cannot get the page to be the correct size.
I can put the stack into a scrollview or not, with the Android option AdjustResize set or not, and anyway I do it, the screen pushes the Toolbar or Tabs off the top, unable to be seen.
This does not happen when using FormsApplicationActivity, just the FormsAppCompatActivity.
Any ideas on how to get a user interface that is similar to how traditional chat applications look? Sample project included.