-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to start WebXR AR session on S24 #1655
Comments
The same thing happens on my Galaxy A55 As far as I can tell, it's because Samsung/Google haven't certified the devices for ARCore yet. If you look at the list of supported devices, S24 and A55 are both missing. |
Just to post an update, because I'm want to get this to work on my A55. The list was updated and it now includes both of the devices I mentioned in the previous comment, but they're both missing the "Supports Depth API" in the last column and the demos still don't work. I don't know what this implies, but I'm a bit disappointed. |
Hey, looking into this - the S24 and A55 definitely do support Depth API but it seems there's a mistake on the device table. Few questions about this:
|
Yes, to both. I downloaded the Google Depth Lab app on my A55 and every sample works. I have the latest version of Chrome, I keep it updated, hoping it would work, but it never does. I get the same errors as shown in the first post. |
Same issue on my S24 |
Same issue on S22+. It seems like it tries to launch the session, but the AR view window never opens. Logcat suggests that ARCore is actually running underneath. Pressing the back button causes the ARCore apps outside of the browser work fine. |
I did some digging around trying to downgrade versions, and figured out that this is actually an issue on the Chrome side, introduced in Chrome 121. I reported the issue on their tracker here: https://issuetracker.google.com/issues/356039079 As a workaround, you can downgrade Chrome to 120 and ARCore to 1.39 (the latest versions of ARCore are too new for the old version of Chrome) |
Good news. The issue has been fixed, but it's not available in the stable release yet. You have to install Chrome Dev. It will be available in the stable release on Sep 17. |
Issue come back since Sept 5th, new version of chrome dev : Chrome Dev 130.0.6696.0, android 14, Samsung S24 SM-S921B |
On the current stable release, Chrome 129.0.6668.70, the issue is finally gone. |
On my A55 it doesn't work. On the stable release, it's the same as in the report, and on Chrome dev this happens: webxr_chrome_dev2.mp4 |
The infinite creation of models also happens to me on chrome and s22 ultra |
SPECIFIC ISSUE ENCOUNTERED
I'm unable to start an AR session from a browser (Google Chrome/Samsung Internet Browser) on Samsung Galaxy S24.
VERSIONS USED
STEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS
Inspecting the device with Chrome Developer Tools, it seems an issue during the creation of XRSession due to not supported configuration.
Same test is working on a Samsung Galaxy S10 (Google Play Services version: 24.16.16: 190400-629452829).
The text was updated successfully, but these errors were encountered: