Skip to content

Does React XR work on iOS/Android? #224

Answered by CodyJasonBennett
Acr515 asked this question in Q&A
Discussion options

You must be logged in to vote

You can find general device support in https://caniuse.com/webxr, but WebXR is not implemented in iOS Safari. It does work on most recent Androids I've tested of the Pixel lineup for AR modes, but Android is too diverse with old, ancient hardware to ensure compat. MacOS does not implement OpenXR either, although I've seen independent implementations, unfortunately they've locked down their ecosystem so there's no such thing as an external contribution -- they don't want Open/WebXR.

If you want good mobile support, I'd look into something that implements its own computer vision like ARjs, or a corporate backed implementation like 8thwall. Otherwise, you could go native and connect to ARCor…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Acr515
Comment options

@kordou
Comment options

@Acr515
Comment options

Answer selected by Acr515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants