madmod / dashcast-docker

Persistent Chromecast dashboards with dashcast and pychromecast in a docker container.
20 stars 18 forks source link

How to use the Force feature #2

Open mukowman opened 6 years ago

mukowman commented 6 years ago

The webpage I am trying to display doesn't work with iFrames, and I beleive DashCast has a "Force" feature. I am am not sure about how to use this with the docker.

AlexxIT commented 5 years ago

force opens the page natively (window.location = url). https://github.com/madmod/dashcast/blob/master/receiver.html#L153