How to disable the zoom mode of chrome in QtWebEngine?
-
wrote on 30 Aug 2017, 03:25 last edited by
Hi guys! I have used QWebEngineView to display a web page, it can zoom with two fingers on the touch screen computer. But now i want to disable the zoom mode. What should I do? Please help me. Thanks!
-
wrote on 4 Jul 2018, 10:36 last edited by
Hi,
Did you find a solution for this? I also would like to completely disable pinch zooming. I tried several thing in css or a switch like --disable-pinch --disable-embedded-switches. But I'm still able to pinch zoom
-
Hi,
Did you find a solution for this? I also would like to completely disable pinch zooming. I tried several thing in css or a switch like --disable-pinch --disable-embedded-switches. But I'm still able to pinch zoom
wrote on 4 Jul 2018, 12:31 last edited by@sirhc79
I think the question is about "Chromium" rather then "Chrome". And may be better asked outside of Qt.I came across https://stackoverflow.com/questions/22999829/disable-chrome-pinch-zoom-for-use-in-kiosk. I know it's more Chrome than Chromium, but there might be some ideas there (e.g. JavaScript), or it might confirm that you will difficulty....