microspaze / RGPopup.Maui

Popup controls for .NET MAUI migrated from Rg.Plugins.Popup for Xamarin with some fixes.
MIT License
39 stars 8 forks source link

[Android] Popup renders behind the navigation bar in landscape mode and breaks with screen rotation #19

Open Starchm opened 2 months ago

Starchm commented 2 months ago

Hi @microspaze ,

  1. The popup page renders behind the android navigation bar if the device is in landscape mode.

Repro: Rotate the device into landscape mode. Open the "Open system offset page" or "ListView Page" from the samples project.

Screenshot_20240727-165631

  1. Rotating from portrait to landscape mode will leave empty space on bottom (and render behind the navigation bar)

Repro: Open "Open system offset page" in portrait mode Rotate the device

Screenshot_20240727-165813

  1. Rotating from landscape to portrait mode will render behind navigation bar and leave some space on sides

Repro: Open "Open system offset page" in landscape mode Rotate the device back to portrait

Screenshot_20240727-165824

microspaze commented 2 months ago

I‘m working on it.