I have set my content page like below on all my xaml based on the documentation https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/ios/page-home-indicator
<ContentPage ... xmlns:ios="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core" ios:Page.PrefersHomeIndicatorAutoHidden="true"> ...
also tried it in code behind
On().SetPrefersHomeIndicatorAutoHidden(true);
It's working on first load of the page, but it's not when you navigate to next page.