HomeScreensavers Planet  »  Help  »  Message Board  »  Scripts not loading in HTML screensaver

Scripts not loading in HTML screensaver

I want to use a HTML page I created myself as screensaver. It is using my Canvas manager (github.com/timlg07/Canvas.js) and includes also some other scripts with classes and function for the elements which are drawn on the canvas.

The problem is, that the screen stays white. It seems like the scripts get not loaded. (I tried relative and absolute paths, both work when running the HTML file regularly in a browser, but not as screensaver.)

Linked pages

Tim Greller5 years agoWindows 10 x64, Opera


6 replies

  • PS: It does also not work when including the scripts directly in the HTML file.

    Tim Greller5 years ago

  • Hello Tim,

    Please try opening your HTML page in Internet Explorer 11, which should be installed by default on Windows 10. Do your scripts work there? This screensaver always uses Internet Explorer (whatever version's installed) to load the web page.

    Unfortunately, that means not all HTML5 features are supported. IE does support Canvas, but perhaps not all features of Canvas that you're using?

    If IE11 fails to load the scripts, maybe you can use the Developer Tools to debug.

    Hope that helps!

    Rob (Screensavers Planet)5 years ago

  • Thanks for the fast reply. And yes, the problem is Internet Explorers lack of ECMAScript 6 support. (https://kangax.github.io/compat-table/es6/)

    Isn't it possible to switch to the new version of the Chakra JavaScript engine used in Edge? It would provide full support of classes, arrow-functions, let and much more.

    Tim Greller5 years ago

  • We did not develop this particular screensaver, and it hasn't been updated since 2014. I've tried tricking it into using Edge instead, but haven't succeeded so far.

    Maybe something like Polyfill.io can add the features you need?

    Rob (Screensavers Planet)5 years ago

  • I also considered using polyfills, the problem is that keywords can't be polyfilled.

    But I will try to convert from es6 to es5 with babel, this should work in ie11.

    Thanks for the good and quick support :)

    Tim Greller5 years ago

  • You're welcome. There are quite a few open-source projects that allow you to build custom screensavers based on Webkit, but only for macOS. All Windows projects make use of Internet Explorer, presumably because that's always already installed.

    Good luck with the conversion to ES6!

    Rob (Screensavers Planet)5 years ago

Post a reply

Lock This post was automatically locked to new replies after 30 days of inactivity.

Please start a new post on the message board if you need our help.