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 upHoloLens and Immersive Mode: generic way to exit? #24693
Comments
|
I think opening the start menu and hitting home should exit the session. We do that already, but we also exit on STOPPING states which we aren't supposed to (servo/webxr#78) The openxr state stuff is somewhat broken on the hololens and we need to wait it out for some fixes. |
Right. But we do not go back to 2D mode. We have to re-activate the window. Which might be good enough. |
|
Perhaps there is a way we can make it so that the window doesn't need to be
reactivated?
…On Mon, Nov 11, 2019, 2:28 AM Paul Rouget ***@***.***> wrote:
I think opening the start menu and hitting home should exit the session.
Right. But we do not go back to 2D mode. We have to re-activate the
window. Which might be good enough.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24693?email_source=notifications&email_token=AAMK6SEFR6RXYZJNZJVLQYDQTEXVHA5CNFSM4JKUQS62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDWLTTY#issuecomment-552384975>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMK6SEIPWQS57UTX6L5HM3QTEXVHANCNFSM4JKUQS6Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What should be to proper way to leave the immersive mode without relying on the page calling
session.end()? Should we provide a generic method to exit, or does HoloLens provide a way of doing that?@Manishearth do you have any idea?