-
Notifications
You must be signed in to change notification settings - Fork 302
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
Enable external display support on iPad by allowing the OS to control the window shape and size. #608
base: master
Are you sure you want to change the base?
Enable external display support on iPad by allowing the OS to control the window shape and size. #608
Conversation
This is the last piece of the puzzle for me. Would love to see this in the next update! |
This can't be merged without properly handling rotation and resizing while streaming. The stream view, on screen controls, and stats overlay all get cut off if resized or rotation while streaming. |
Just wanted to add that I have started working on this. I have a proof-of-concept, but I don't want to update the pull request until I think its ready. |
This is what I need also to use Moonlight. My process won't allow me to not use it on an external display. Excited to see this feature, and thank you so much for addressing it! |
Thanks for trying to implement this! If there is anything I can do regarding testing etc. I would love to help out any way I can. |
I´m happy that i found that here, thought already i´m using it wrong :D Thanks for that work. This would make the setup just perfect |
Any news on this? Would love to use my iPad on TV with moonlight |
Please make it happen! Thank you |
Probably need to lock the orientation while steaming to avoid a lot of issues with rotation. |
So I’ve got a version that supports rotating mid-stream no problem. The delay is that the on-screen controls don’t scale properly to arbitrary resolutions so I need to fix that. Also there’s something weird with the computer selection GUI that I haven’t looked into yet. |
Any new updates on this? Thanks :) |
@WolfLink thank u for doing this, love to see this in the next update! |
Yes please! Thank you :) |
Hope to see this feature coming soon, thank you |
I signed up just to say If this gets merged i will be eternally grateful. |
Removing "UIRequiresFullScreen" and adding all 4 of the orientations will cause the OS to enable all of the iPadOS multitasking configurations, which most importantly includes going full screen on an external display.
This will also allow having another app open side-by-side with this one on the iPad itself.