-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: Mirrored screen: The pop up may only appear on the external display #753
Comments
EmilienDup
added a commit
to snagr/Rg.Plugins.Popup
that referenced
this issue
Jan 9, 2023
Only select UIScene that is rendered on the device built in display
EmilienDup
added a commit
to snagr/Rg.Plugins.Popup
that referenced
this issue
Jan 25, 2023
Same problem here. @LuckyDucko Can this be merged? |
same issue here. |
@martijn00 @rotorgames Can someone merge this pr? |
We have the same issue. Any plans to merge the PR? Or can you recommend any workarounds? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
It is possible to mirror an iOS device screen to an external display using AirPlay or by connecting the device physically to a monitor.
I've noticed a bug in my application, that I tracked down and is coming from this library:
Popups may not appear on the device's screen, but only rendered to the external display, creating an inconsistency and preventing the user to interact more with the app.
WhatsApp.Video.2023-01-09.at.09.01.01.mp4
Expected behavior
The popup should be displayed on the device's screen, then be mirrored to the external screen.
But currently the popup is only displayed on the external screen.
If the external screen cannot be interacted with, then there is way to interact with the popup.
Reproduction steps
Rg.Plugins.Popup
Sample app to that deviceConfiguration
Version: v2.0.0.14
Platform:
The text was updated successfully, but these errors were encountered: