You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alternative API is to add a sessionavailable event, which the UA can fire at document load, which the UA uses to signal to the content that there is user intent to enter a session (https://immersive-web.github.io/webxr/#user-intention).
Using the API would look like (following the example in the proposal:
The API proposal at https://github.com/immersive-web/navigation#api-proposal is a
sessiongranted
event that contains asession
field. This means that content has no way to control the initialization of the session, and in particular can't request feature (https://immersive-web.github.io/webxr/#feature-dependencies).The text was updated successfully, but these errors were encountered: