Can Chromecast be used to display a web site or web app? All the sample sender/receivers I\'ve seen so far show how to play videos. The docs posted so far are minimal as bes
One could imagine writing a Custom Receiver that has an iframe that wraps any website. Your sender would could then send webpages to your receiver, and the onLoad would set the the URL of the iframe. Don't have any code, but it's fairly simple to write.