rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

[Bug] Popup on landscape mode shifts to NavigationBar in RTL (Android) #734

Open mhrastegari opened 2 years ago

mhrastegari commented 2 years ago

🐛 Bug Report

When the FlowDirection is LeftToRight its acting fine but when it changes to RightToLeft in landscape mode shifts to NavigationBar(the android's back, home and taskview bar)

ScreenShots

Screenshot_1652330739

Platform:

LuckyDucko commented 2 years ago

Now this is definitely a curly one, could you provide an example project to work on?

sonnt1012 commented 1 year ago

It happens on my side as well. When using navigation system as gestures, it works fine. But when using navigation as 3 buttons (back, home, task manager) the popup is not horizontally center in landscape mode The sample is just a contentview with any WidthRequest then center it vertically and horizontally in a PopupPage.

Screenshot_1677822151