Copy link to clipboard
Copied
I created an animation/interaction with HTML5 (Canvas) and Javascript. It works great for PC on all browsers; however, it doesn't load on the Mac. Anyone experience this?
1 Correct answer
In publish settings is an option to use hosted libraries. If I'm making something that I will need to demo in a room that has no Internet, I make sure to uncheck the hosted libraries option, so that a local copy of the libraries is made. Without doing that the page will fail to load.
Copy link to clipboard
Copied
Both Safari and Firefox have developer tools. Look at the Console to see if any errors are happening.
Copy link to clipboard
Copied
So, I was running the HTML file locally with no internet connection and the file wouldn't load. I connected to the internet and it works perfectly. Thoughts?
Copy link to clipboard
Copied
In publish settings is an option to use hosted libraries. If I'm making something that I will need to demo in a room that has no Internet, I make sure to uncheck the hosted libraries option, so that a local copy of the libraries is made. Without doing that the page will fail to load.
Copy link to clipboard
Copied
Awesome! Thank you!

