Skip to content
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

AR not found #107

Open
Khodour opened this issue May 14, 2021 · 6 comments
Open

AR not found #107

Khodour opened this issue May 14, 2021 · 6 comments

Comments

@Khodour
Copy link

Khodour commented May 14, 2021

I am trying to test "hit test" but i am getting message on start button "AR not found"

is it no longer working ?

@bialpio
Copy link
Contributor

bialpio commented May 20, 2021

Can you share some more information about the device, OS version and browser version that you're using? Do you see any errors in the console when navigating to the sample?

@Khodour
Copy link
Author

Khodour commented May 24, 2021

i have iPhone Xs too and its not working on safari and Chrome same issue AR not found , i think its require AR device no!

@AdaRoseCannon
Copy link
Member

iOS devices only have Webkit, the engine which Safari uses, all other browsers are just a wrapper around Webkit rather than using their own browser engines. Apple doesn't allow other browsers on iOS. Webkit doesn't yet support WebXR. It is currently in development so should hopefully land soon.

https://webkit.org/status/#specification-webxr

@bialpio
Copy link
Contributor

bialpio commented Jun 23, 2021

This is not possible since there is currently no browser that supports WebXR on iOS.

@herrpedro
Copy link

please try to open your webxr app in this browser
https://itunes.apple.com/us/app/webxr-viewer/id1295998056?mt=8

@ErickWendel
Copy link

please try to open your webxr app in this browser https://itunes.apple.com/us/app/webxr-viewer/id1295998056?mt=8

worked on this one!

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

No branches or pull requests

6 participants
@AdaRoseCannon @bialpio @Khodour @ErickWendel @herrpedro and others