QML WebEngineView flick content
问题 I'm trying to make a simple web-browser for desktop with Ubuntu 14.04 using QML and WebEngineView component. The application will be working on devices with touchpad so it would be nice to make the content displayed inside WebEngineView flickable. I tried to do it this way, but it does not work: ... WebEngineView { id: webView url: "http://google.com" width: parent.width height: winternet.height-navigationBar.height-iStatusBar.height-iBackButton.height anchors.top: navigationBar.bottom