rotorgames / Rg.Plugins.Popup

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

[UWP] Bottom UI Elements drawn outside of window #713

Closed bergziege closed 2 years ago

bergziege commented 2 years ago

🐛 Bug Report

Elements aligned at the bottom of the window are being pushed further down.

grafik

I still think its a problem on my side since we did not update the lib nor UWP min version in the last weeks. But still I cannot figure out what could cause this behavior.

Expected behavior

As in Android and iOS the bottom elements should be fully visible

Reproduction steps

TBD

Configuration

Version: 2.0.0.10 - 2.0.0.13

Platform:

bergziege commented 2 years ago

I just found a commit that adds a top margin to the UWP canvas. The popup seems not to take this into account.