liquidx / webviewscreensaver

Mac OS X Screen Saver powered by a Web View
Apache License 2.0
1.17k stars 138 forks source link

Does not work for localhost #49

Closed theblindprophet closed 4 years ago

theblindprophet commented 6 years ago

I am trying to create my own HTML page and use that has a screensaver. I have served the page on localhost:8001 and set that as the url, but I do not get anything.

EmersonYe commented 5 years ago

To use your own HTML page, directly input your full path to your html file. No need to host it on localhost.

image

agologan commented 4 years ago

No reason why localhost shouldn't work. Test it in Safari first, if it loads up correctly.

Alternatively @EmersonYe is correct, just load the local path. Please check our latest version and README for more details on loading local content.