Is it possible to disable zooming(ctrl+mousewheel) of html content loaded in QWebEngineView. I tried
qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--enable-blink-features=ShadowDOMV0,CustomElementsV0,--disable-pinch");
it is not working.
Note: We are building a desktop application.