microspaze / RGPopup.Maui

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

With 1.0.9 popup doesnt dismiss whern click outside popup wndow #14

Open broda02 opened 6 months ago

broda02 commented 6 months ago

With 1.0.8 if I click outside the popup window, the popup will be dismissed. 1.0.9 the popup stays on screen and no way to dismiss

microspaze commented 6 months ago

Can you provide more detail about this issue, some code or a demo project? And which platform do you get this problem?

broda02 commented 6 months ago

MauiAppRG.zip

I have left at 1.0.8 that works. You press the button, a simple popup then click outside and it closes. Upgrade to 1.0.9 and wont close

microspaze commented 6 months ago

Fixed in the latest version 1.1.0 https://www.nuget.org/packages/RGPopup.Maui/1.1.0

Please help to verify the fix when you are free. Thanks very much!

broda02 commented 6 months ago

All working ! Thanks for the very quick fix !