Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Doesn't Work !!! chrome(canary/dev) v72 with Oreo #22

Open
maxn0d3x opened this issue Mar 16, 2019 · 15 comments
Open

Doesn't Work !!! chrome(canary/dev) v72 with Oreo #22

maxn0d3x opened this issue Mar 16, 2019 · 15 comments

Comments

@maxn0d3x
Copy link

I have two Android device (one is the latest phone(Samsung), another one is Nexus5x with Oreo)

I have to install older version of chrome because of this example limitation.

Finally, Nothing is possible to work....

I lost too much valuable time.

@maxn0d3x
Copy link
Author

maxn0d3x commented Mar 16, 2019

The browser said, "installing ar module" many for ARCore right?
Then. Unsupported Browser!!!!
I double checked Enabling chrome://flags ;;

Also, Doesn't work with Pie with 73/72

Looks like this only work inside Google !

@vogloblinsky
Copy link

hi this version works for me https://www.apkmirror.com/apk/google-inc/chrome-dev/chrome-dev-72-0-3626-14-release/

@maxn0d3x
Copy link
Author

@vogloblinsky

Got it ! Thanks.. I will test it :)

@ArnaudHambenne
Copy link

For anyone else who landed here in an attempt of getting the samples to work on the newer versions of Chrome: There is an undocumented XRSessionMode called legacy-inline-ar which gives you a session with attribute environmentBlendMode: 'alpha-blend' without the need of going immersive.

@mohcanohca
Copy link

@vogloblinsky Did you change the samples' code to make it running successfully on Chrome Dev 72.0.3636.14? I have tried many versions of Chrome Dev and Chrome Canary, but none could work.

@vogloblinsky
Copy link

@ssydz not really, just forked this codelab to make it available in french : https://github.com/vogloblinsky/webxr-codelab ; but works fine for me with the version mentionned earlier. What kind of error do you have ?

@mohcanohca
Copy link

mohcanohca commented May 24, 2019

@vogloblinsky it could not get xr attribute from navigator, so the page show unsupported browsers directly. I try your project on the Chrome Dev 72, it could not work. Could you tell me the version of you r ARCore?

@vogloblinsky
Copy link

@ssydz i confirm that this url works fine https://vogloblinsky.github.io/webxr-codelab/work/
for an LG G6 with Android 8.0.0 and Chrome Dev 72.0.3626.14 with flags enabled.

@mohcanohca
Copy link

@vogloblinsky I have tried the URL on Chrome Dev 72.0.3626.14 with flags enabled again, but it still doesn't work. And whhen I open chrome://inspect, I found the navigator.xr was undefined. My device is Pixel 2 XL with Android 9. I guess this Android system doesn't support it.

@winterx
Copy link

winterx commented Jun 17, 2019

hi this version works for me https://www.apkmirror.com/apk/google-inc/chrome-dev/chrome-dev-72-0-3626-14-release/

Thank you and it works for my device.
I have a Mi 8 with Android 8.1.0, and ARCore installed. First it failed on Chrome Canary, then the dev version you recommend works fine.

@tomdowning82
Copy link

tomdowning82 commented Jun 21, 2019

hi this version works for me https://www.apkmirror.com/apk/google-inc/chrome-dev/chrome-dev-72-0-3626-14-release/

Thank you and it works for my device.
I have a Mi 8 with Android 8.1.0, and ARCore installed. First it failed on Chrome Canary, then the dev version you recommend works fine.

This link below work for me too (Pixel 3a with Chrome Dev 72):
https://googlecodelabs.github.io/ar-with-webxr/work/

But when I download the sample files below, and run a chrome local webserver, i get unsupported device?
https://github.com/googlecodelabs/ar-with-webxr/

Anyone else?

@winterx
Copy link

winterx commented Jul 4, 2019

hi this version works for me https://www.apkmirror.com/apk/google-inc/chrome-dev/chrome-dev-72-0-3626-14-release/

Thank you and it works for my device.
I have a Mi 8 with Android 8.1.0, and ARCore installed. First it failed on Chrome Canary, then the dev version you recommend works fine.

This link below work for me too (Pixel 3a with Chrome Dev 72):
https://googlecodelabs.github.io/ar-with-webxr/work/

But when I download the sample files below, and run a chrome local webserver, i get unsupported device?
https://github.com/googlecodelabs/ar-with-webxr/

Anyone else?

Me too, the online version works but the local version failed

@opr
Copy link

opr commented Nov 1, 2019

Anyone having issues running locally, XR requires a secure context, you need to access it using HTTPS.

@vogloblinsky
Copy link

@opr works fine for me using Web Server for Chrome

@opr
Copy link

opr commented Nov 2, 2019

Sorry I should have mentioned, if I'm accessing it over my network (i.e. Not localhost) then it needs a secure context

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants