Steps to reproduce:
1. Open any app on Android|iOS device
2. Adjust volume
3. Open the same app in web.
4. Adjust volume
What expected:
Volume 'control' should looks the same way.
What you get actually:
In first case you see 'native' Chromcast's volume control in second case you
see any type of receiver's implementation of volume control.
Chromecast v.19084, MacOS X Maverick.
That's because there is two ways to change volume: `systemvolumechanged`, bound
to native chromecast's "control" and `setVolume`, available for web apps. And
its handled differently.
Original issue reported on code.google.com by rom.b...@gmail.com on 30 Oct 2014 at 12:36
Original issue reported on code.google.com by
rom.b...@gmail.com
on 30 Oct 2014 at 12:36