The button labeled click me is not actually clickable when running on an iPhone X or above due to the home bar covering it. There are three solutions:
Changing the page to a Master Detail page and adding page links in the sidebar. Here is the documentation. This is a little more involved and more difficult.
Add the following as an attribute in the content page tag. Add it in the place where the other xmlns are called. This is a simpler solution but not as pretty and will require further polish later
The button labeled click me is not actually clickable when running on an iPhone X or above due to the home bar covering it. There are three solutions:
Changing the page to a Master Detail page and adding page links in the sidebar. Here is the documentation. This is a little more involved and more difficult.
Add the following as an attribute in the content page tag. Add it in the place where the other xmlns are called. This is a simpler solution but not as pretty and will require further polish later
VerticalOptions="CenterAndExpand"
attribute to the click me buttonI recommend option 1 since we will probably end up doing this later anyway.