rotorgames / Rg.Plugins.Popup

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

Sort ConnectedScenes according to UIWindowScene #689

Closed blazej-kosmowski closed 3 years ago

blazej-kosmowski commented 3 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

This PR is for fixing #676

:arrow_heading_down: What is the current behavior?

Sometimes popups are not displayed when we are connecting to CarPlay.

:new: What is the new behavior (if this is a feature change)?

Popups are displayed even when we are connecting to CarPlay.

:boom: Does this PR introduce a breaking change?

No.

:bug: Recommendations for testing

Check related issue.

:memo: Links to relevant issues/docs

676

:thinking: Checklist before submitting

blazej-kosmowski commented 3 years ago

I've checked scenario when app is already running and we are turning on CarPlay. After that, popups are not showing. We need new solution for this problem.