Forum Discussion
ekrenzin
2 years agoHonored Guest
Issue with Web Task as of recent quest update
Link to documentation
https://developer.oculus.com/documentation/web/web-tasks/
Source code
Intent intent = new Intent("com.oculus.vrshell.intent.action.LAUNCH");
intent.setPackage("com.oculus.vrshell");
intent.putExtra("uri", "ovrweb://webtask?uri=" + Uri.encode(url));
intent.putExtra("intent_data", Uri.parse("systemux://browser"));
mContext.sendBroadcast(intent);Description
Up until recently, my app would successfully use a web task to authenticate users. However now I am unable to open a web task using the same build and apk. I have made no change to my app, so a working feature appears to have broken due to an update with the quest. This occurs on at least both the Meta Quest Pro and Meta Quest 2.
Expected Behavior:
Quest browser window opens from the web task and I redirect back with oauth credentials
Actual Behavior:
No Browser window opens.
Attempted Solutions:
I've tried restarting the Oculus Quest, re-installing the app, and checking for updates, but the issue persists.
Has anyone else experienced issues like this, or know of a fix? Thanks so much in advance!
No RepliesBe the first to reply
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 3 months ago
- 4 years agoAnonymous