UI elements not appearing in AR mode in ios device(chrome/safari) #2227
Replies: 3 comments
-
I'm afraid the only way to resolve this is to ask Apple to implement webXR support in Safari (Chrome on iOS is forced to use the same WebKit engine). This interplay of DOM content and AR is only possible through webXR, which is currently limited to Chrome and Chromium-based Android browsers (it's a recent spec). |
Beta Was this translation helpful? Give feedback.
-
It means interplay of dom content and AR is only possible in Chrome (Android devices)? |
Beta Was this translation helpful? Give feedback.
-
Indeed, for now. However, webXR is now a web standard, so other browsers are implementing it, it's just a matter of how long it takes. Apple is likely to implement it sooner if WebKit if they hear of users like yourself wanting it. iOS Chrome is in the same boat, as it is forced to use WebKit like Safari. I believe 8th Wall's web version uses their own SLAM technology in JS rather than the native ARCore/ARKit, which gives them the flexibility to make these products, but at the cost of performance and download size. Model-viewer is designed to be lightweight, but we'll have to wait for further webXR adoption before we have totally consistent AR across devices. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to change the color of the model on button click.
Here i have created three buttons [red,blue,green] when the user click on each button the color of the model will change to the appropriate color.
It is working perfectly fine in android device.
But, when tried in IOS device (safari/chrome) in AR mode UI elements are not appearing
glitch-code
How can i resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions