Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ekrenzin's avatar
ekrenzin
Honored Guest
2 years ago

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