rotorgames / Rg.Plugins.Popup

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

Get proper SceneDelegate for iOS application which uses scenes #693

Closed jpiechowiak closed 2 years ago

jpiechowiak commented 2 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?

Right know incorrect SceneDelegate might be chosen. Therefore popups are sometimes not displayed.

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

Popups are always properly displayed in mobile application when CarPlay scene is connected to application.

: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