Comment 3 for bug 1632620

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: No audio from webbrowser-app in 16.10 U8 or U7 session

@Will: could you please check if it’s just the browser, or anything using an Oxide webview, that experiences the lack of sound?

You can do so by saving the following content as test.qml and opening it in qmlscene:

import QtQuick 2.4
import com.canonical.Oxide 1.15
WebView {
  width: 800
  height: 600
  url: "https://www.youtube.com/watch?v=HED4h00xPPA"
}