How to mute QWebView or QWebPage
Unsolved
General and Desktop
-
Hello, i am trying to mute a QWebPage.
The only solution i found is to evaluate javascript code after the page is loaded (link).
This solution doesn't work well, because there is a sound delay (1 or 2 seconds) and after this delay the web page is muted.Is there any other solution like: set Audio muted in QWebEnginePage ?