My app layout is right to left and by setting "App.Current.MainPage.FlowDirection = FlowDirection.RightToLeft" everything was OK but after updating Xamarin.Forms Nuget package to latest version (v3.6.0.344457) and changing target framework of my Android project to Pie, FlowDirection.RightToLeft doesn't work anymore.
I tried to set FlowDirection on every page but it didn't worked again.
Is it a bug of Xamarin.Forms and is there a way to solve this problem?
↧
FlowDirection.RightToLeft problem after upgrading Xamarin.Forms Nuget package to latest version
↧