GSOS not loading on IOS

Hello everyone,

I am trying to make a GSOS viewer hosted on huggingface. It works well on android and windows but it does not load on IOS. I am guessing it is due to a CORS error in a similar way than in a topic I posted previously about a GLB viewer (GLB viewer not loading on IOS). As suggested in this topic I stored my meta.json and all my webp images directly in the huggingfacespace to ensure they share the same url. However it is still not loading on IOS.

How could I store my webp or load them properly to fix this issue.
Also is there a way to access developper mode on iphone without a Mac, I cannot afford to buy one just to debbug this :confused:

For debugging, you can try some of these solutions Browser Dev Tools | PlayCanvas Developer Site

2 Likes

Also what version iOS are you using? WebP wasn’t supported until a certain version WebP image format | Can I use... Support tables for HTML5, CSS3, etc

2 Likes

The version of IOS that I am using is new enough to load the webp images.

Thank you very much for the browser dev tools :pray: remote.js seems to work really well !

1 Like