Making the application supports RTL and using NavigationPage.TitleView the content will disappear.
The content in the right side
The content disappear on iOS and android on the right side
@samhouts We are also facing the same issue when the FlowDirection is RightToLeft.
please check this aproach:
https://stackoverflow.com/a/61138517/9984774
@RMIN3452
I checked your solution and I think it is not practical with multi-language application.
It should be fixed by Xamarin Forms because I have BaseView which change the direction for all the application in one place.
Most helpful comment
@samhouts We are also facing the same issue when the FlowDirection is RightToLeft.