dayframe
dayframe copied to clipboard
Demo is not working
On mobile it says no connection - i ve tried chrome and firefox, android 6.0.1 On PC - chrome - console logs remote:connected and disconneted, so I guess it's on mobile... ;)
It's a problem of Mixed Content. The demo is on HTTPS and the hammer lib is being requested on HTTP, so the browsers block the requeset, thus the app doesn't work. I've sent a pull request trying to fix this.