I notice the problem that can be reproduced in UWP.
I'm using the following for testing:
Device: Microsoft RM-1104
OS: Win Phone 10.0.14393.693.
This device does not have hardware navigation button bar, so it uses software navigation bar.
It seems that for certain cases software navigation bar is not taken into account when calculating height for view available to render page, which has effect that page is snow from the bottom of the screen up to status bar, but it should be from software navigation bar up to status bar.
So part of page is hidden by software navigation bar.
This can be reproduced in the following cases:
I. The simplest project (not masterdetail) with one page. There is an example solution attached.
Main page contains grid with 4 rows:
- Row 1: label at top
- Row 2: label at center
- Row 3: Button (when clicked enter/leave full screen)
- Row 4: label at bottom. When not in full screen mode this , this
II. For master detail:
- When page is pushed from detail page, all good
- When modal page is pushed from details page, not good.