webXR Babylon.js cannot work well in IOS?

Babylon.js seems work well in Hololens 2 platform while aframe.js and three.js does not, right? how can I use one of them to build a Cross-platform (Hololens/Oculus/IPad/Pixel)html (audio,model,video,text together)?

Quick answer is - there is currently no WebXR support on ios. If you want support you can contact apple at wontlistendontcare@apple.com . Or just wait until they add it :wink:

5 Likes

LOOOL

@kenchikuliu another option you could consider is Babylon React Native. This requires you to create a React Native application for iOS, but still lets you implement your 3D and augmented reality features with the Babylon.js API, and most of that code could be re-used inside a web page in a browser as well for cases where WebXR is supported. It already supports ARKit on iOS (and ARCore on Android), though it is still in an alpha or beta stage of maturity.

2 Likes