哪些浏览器当前实现了对 HTML5 MediaController 的支持?
所以我的 Google fu 失败了.是否有支持 HTML5 MediaController 对象?
So my Google fu has failed me. Is there a know list of browsers (including beta versions) that support the HTML5 MediaController object?
没有浏览器支持 MediaController.
No browsers support MediaController.
Safari 声称支持,但效果不佳,无法实际使用.
Safari claims support, but it doesn't work well enough to actually use.
Chrome 已删除默认支持并将其置于实验性标志之后.事实证明,它从来没有在 Chrome 中正确实现:它没有保持同步,它只是同时播放/暂停/寻找两种媒体并希望最好.(参见 https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/MVcoNSPs1UQ/LIF-fvu2lwoJ)
Chrome have removed default support and put it behind an experimental flag. Turns out, it was never properly implemented in Chrome in the first place: it didn't maintain synchronisation, it was simply play/pause/seek both media at the same time and hope for the best. (see https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/MVcoNSPs1UQ/LIF-fvu2lwoJ)