Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport mutliple views for the UWP app #24873
Open
Labels
Projects
Comments
bors-servo
added a commit
that referenced
this issue
Dec 3, 2019
Basic Media Session UI for Hololens - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #24807 This PR implements a extremely basic Media Session UI. The media controls are part of the main window, which is not very nice, but it is what we can do until #24873 is done.
bors-servo
added a commit
that referenced
this issue
Dec 5, 2019
Basic Media Session UI for Hololens - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #24807 This PR implements a extremely basic Media Session UI. The media controls are part of the main window, which is not very nice, but it is what we can do until #24873 is done.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.microsoft.com/en-us/windows/uwp/design/layout/show-multiple-views
This requires upgrading to VS2019 as the AppWindow class and others are available starting in SDK 18362.
A use case for this is the MediaSession API UI, which IMHO would be nicer in a separate window.