Skip to content
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

[Hololens] Support launching with specific URLs #23615

Closed
jdm opened this issue Jun 21, 2019 · 4 comments
Closed

[Hololens] Support launching with specific URLs #23615

jdm opened this issue Jun 21, 2019 · 4 comments
Labels

Comments

@jdm
Copy link
Member Author

@jdm jdm commented Jun 21, 2019

Possibly we should register a custom servo:// URI?

@jdm
Copy link
Member Author

@jdm jdm commented Jun 21, 2019

@paulrouget paulrouget transferred this issue from servo/HLServo Jun 24, 2019
@paulrouget paulrouget changed the title Support launching with specific URLs [Hololens] Support launching with specific URLs Jun 24, 2019
@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Aug 20, 2019

From #23908:

We want to support launching directly into immersive content from other device content (such as Edge). The easiest way to do that is by registering a custom protocol handler and using information passed through it to load a page in Servo and provide implicit permission for entering immersive mode.

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.

@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Aug 26, 2019

Fixed: #24008

@paulrouget paulrouget closed this Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.