I switched my start page from a NavigationPage to a TabbedPage and all of a sudden the content overwrote the the carrier/battery row.

Note:
if you get the exception: "XamlParseException Type OnPlatform not found in xmlns
http://xamarin.com/schemas/2014/forms"
... then change the xmlns namespace:
- from "xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- to "xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml".
... then change the xmlns namespace:
- from "xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- to "xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml".
References:
Monkey TabbedPage example: https://developer.xamarin.com/samples/xamarin-forms/Navigation/TabbedPage
Comments
Post a Comment