-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Description
Description:
The requestPresent from within the vrdisplayactivate is failing on Oculus Browser (and I bet on Chrome too) due to the wrong layer provided. The commit that introduced the issue is a3ac58e. See
Line 13 in b3ed182
| vrDisplay.requestPresent([{source: canvasEl}]).then(function () {}, function () {}); |
Seems like the previous version worked (or should have worked).
- A-Frame Version: 0.9.2 (master)
- Platform / Device: Oculus Browser / Chrome
- Reproducible Code Snippet or URL:
With connected Go or Quest, run this adb command:
adb shell am start -n com.oculus.vrshell/.MainActivity -d apk://com.oculus.browser -e uri "ovrweb://vr?uri=http%3A%2F%2Faframe.io%2Fexamples%2Fshowcase%2Fsky" (may replace the actual url to whatever is better for you).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels