Skip to main content
Known Participant
September 13, 2017
Answered

HTML5 Canvas not loading on Mac (Safari/Firefox)

  • September 13, 2017
  • 1 reply
  • 2486 views

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?

    This topic has been closed for replies.
    Correct answer Colin Holgate

    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.

    1 reply

    Colin Holgate
    Inspiring
    September 13, 2017

    Both Safari and Firefox have developer tools. Look at the Console to see if any errors are happening.

    Known Participant
    September 13, 2017

    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?

    Colin Holgate
    Colin HolgateCorrect answer
    Inspiring
    September 13, 2017

    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.