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 up[Hololens] Support launching with specific URLs #23615
Comments
|
Possibly we should register a custom servo:// URI? |
|
Or possibly https://docs.microsoft.com/en-us/windows/mixed-reality/app-model#app-to-app-interactions will be all we need. |
|
From #23908:
I'm not sure what the workflow would look like. Jumping right into immersive mode will be a bit tricky because immersive mode is triggered from JS which needs to load within a 2D page. For now, I will be working on implementing a simple protocol handler ("servo://https://example.com") that will open Servo and load the page in a 2D view. |
|
Fixed: #24008 |
https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh452686(v=win.10)