-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade for ios 14 and more: ask permission for local network access #189
Comments
Is this why I can't load e.g. I can successfully load that URL in firefox on iOS, but obviously that's just re-skinned safari so I can't load the XR content with that. I can load other XR sites using the viewer app, it seems to be just local network sites that don't load. |
Just opened a PR for this but I have no idea if anyone is watching this repo any more. Let's see 🙂 |
This actually seems to work if you just don't make the connection secure. Try it on HTTP instead of HTTPS. As long as it's a local address, webxr seems to run just fine in the newer version of the xr viewer app. |
webxr viewer does not support self signed certificates (or only older protocols, idk). |
We cannot run WebXR app that runs on a local server as the app do not ask permission for accessing local network.
https://support.apple.com/en-mk/HT211870
The text was updated successfully, but these errors were encountered: