On Android using XF, if we use
WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.AdjustResize)]
or the programmatic equivalent, the page will scroll as required, but the title, back button and toolbar items, sometimes end up overlapping the status bar. What can be done to prevent that overlap when the page scrolls so that the view with focus is visible?