I have set
ios:Page.PrefersHomeIndicatorAutoHidden="true"
on all my content page but home indicator is not hidden upon navigating to other page. It only works on the first load of the first page. Also tried it in code behind using,
On().SetPrefersHomeIndicatorAutoHidden(true);
Same behavior, it doesn't work upon navigating to other page.
Anyone have the same experience?