I'm working on Chromecast's Hello World app for Chrome browsers, but I hit a roadblock when I tested it on my Android device. As far as I can tell, there is no way to cast the Chrome tab itself on Android. The only option is to cast the entire screen.
I've found an old reddit thread and an even older Google Cast Help Forum thread. Neither source makes it seem like it's possible to cast a mobile web tab on Android.
This is really hard to believe because I don't see anything intrinsic about a web page being on a mobile device that would prevent it from being Cast-compatible. What am I missing?
The current state of casting on a mobile device seems to be:
- Casting audio/video content from the mobile Chrome browser
- Casting from native mobile applications
- Casting the entire device's screen
The specific use case I'm looking to implement is a web-based game where players can be on a couch in front of a TV. They play the game by visiting a website in Chrome rather than downloading an app. If they were on laptops, it would work just fine because desktop Chrome is able to cast a specific tab where the TV shows some application like in the Hello World example. But this wouldn't be possible with Android.
Is anyone aware of a way to cast a mobile web page or any upcoming plans to do so?