UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
Steps to reproduce the problem:
component:Platform>Apps>BrowserTag
Missing feature:
There is no API for audio on <webview>. It is not possible to find out whether <webview> has audio output (is playing). And it is not possible to (un)mute <webview>.
Proposed API on <webview>:
- `audiblechange` event which is invoked when audio output is changed (audio starts to play or stops to play)
- `setAudioMuted(bool mute)` method to (un)set audio mute
- `isAudioMuted(function callback)` method to find out in callback whether mute is set.
Implementation:
Since we really need this feature for out project based on NW.js (which is based on chromium) we already implement it into Chromium fork:
https://github.com/janRucka/chromium.src-1/commit/3b24d96207cbb9aa3cbc227167c00945155f9696
If this feature is ‘cool enough’ to be in future version of Chromium we are willing to go through next steps needed to get it accepted.
What is the expected behavior?
What went wrong?
^^^
Did this work before? N/A
Chrome version: 58.0.3029.110 Channel: stable
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Flash Version:
Comment 1 by kavvaru@chromium.org
, May 25 2017