NavigationPage.SetBackButtonTitle(this, "Home") does not appear to work.
I have a back button with an image, I want text instead. Setting this has no effect.
However, if I do NavigationPage.SetHasBackButton(this, false), it does hide the bar.
Is setting a title on the back button bugged? Is it because there is an icon in the way? How do I get rid of the icon?