Xamarin.forms: [Bug] NavigationPage.TitleView RTL, the content disappered

Created on 3 Jan 2020  路  3Comments  路  Source: xamarin/Xamarin.Forms

Description

Making the application supports RTL and using NavigationPage.TitleView the content will disappear.

Steps to Reproduce

  1. Make the android and iOS project support RTL (Arabic).
  2. Add FlowDirection="RightToLeft" to ContentPage
  3. Use NavigationPage.TitleView with some content

Expected Behavior

The content in the right side

Actual Behavior

The content disappear on iOS and android on the right side

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE: Visual Studio 2019
  • Nuget Packages: Xamarin.Forms 4.4.0.991265

Screenshots

Screenshot_2020-01-03-21-01-53-246_com companyname titleviewrtl

Reproduction Link

TitleViewRTL.zip

rtl titleview 5 mobcat iOS 馃崕 bug

Most helpful comment

@samhouts We are also facing the same issue when the FlowDirection is RightToLeft.

All 3 comments

@samhouts We are also facing the same issue when the FlowDirection is RightToLeft.

@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.

Was this page helpful?
0 / 5 - 0 ratings