Red de conocimiento informático - Problemas con los teléfonos móviles - QtWebEngine llena el pozo

QtWebEngine llena el pozo

qputenv("QTWEBENGINE_REMOTE_DEBUGGING", "1112"); //Habilitar la depuración local de páginas html

Ingrese localhost:1112 en el navegador

qputenv( " QTWEBENGINE_CHROMIUM_FLAGS", "--disable-features=UseModernMediaControls");

Esto se puede mostrar normalmente

connect(this, &QWebEngineViewEx::renderProcessTerminate,

this , &WebEngineViewEx::OnRenderReopen); //Captura la señal renderProcessTerminate y reinicia el render en OnRenderReopen,

qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--single-process");