-
Notifications
You must be signed in to change notification settings - Fork 97
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
[BUG, ERROR] iFrames don't load on Firefox #83
Comments
Confirmed, thanks for the heads up. I think this is caused by three.js examples switching to import maps which are not supported in Firefox. |
This comment points towards the fix: https://discourse.threejs.org/t/bug-importmap-isnt-suppored-by-firefox-and-safari/41716/4 Essentially, in Firefox the user has to navigate to It's a bit of effort for the average user, but maybe a quick note at the beginning of the course would be useful. I believe the issue still remains in Safari, but I don't have any Apple devices at the moment to test. |
Yeah that's a good idea. I will do this when I'm next doing updates (later this week hopefully). In the longer term I want to stop referencing three.js examples as iframes, they break too easily. See #5 |
They appear to be working for me now on version 109.0 (64-bit). |
Describe the bug
I have to use Chrome to see the external content loaded in an iFrame throughout the book.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: