Replies: 1 comment
|
Hey, I dont know if this will work for you or not, but i tried it like this and its working correctly right now: NOTE: The delay is just for my mind's peace. Also, in the simulator it is better to open the external display only after your app runs or loads the page/vm that calls the external page service. That seemed to work for me. I also tried using the notificationCenter to notify if there is an external display and directly pass that display to the _externalDisplay, but it did not work. That wouldve been a much better way of allocating the external display for use by the code. Please suggest any improvements on the above code if you have bene doing this in another way. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying out MAUI for an IOS app that needs to use screen mirroring to an Apple TV. However, I can't seem to get anything to show up on an external display on the IOS simulator (I'm using a mac). Just wondering if someone could point me in the right direction to get content to the external display?
All reactions