iOS Limitations
Limitations on Apple iPhones
Limitations on iOS
iOS has a few limitations when it comes to Metaverse experiences:
1) Memory restrictions
2) Multiplayer mode is not supported: WebRTC isn't supported in iOS hence multiplayer chat doesn't work on iPhones
3) Fullscreen mode and VR Mode don't work
Memory restrictions in iOS
iOS has a very strict restriction on memory usage per tab in Safari/Chrome.
So when you run a GMetri deployment link on Safari/Chrome on an iPhone, you must ensure that the experience consumes very little memory, or else the page will crash.
You might see an error message like this in that case: A problem repeatedly occurred on "....."
.
Designing for iOS
So while designing an experience for iOS:
Use 360 scenes. Avoid 3D scenes. 3D scenes take more memory.
Even if you use a 3D scene use 3D objects that are extremely light (Total recommended triangles < 10k).
Make sure "Multiplayer Mode" is turned off.
Last updated