Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
WebView inside Flickable
-
I put WebView into Flickable element with
flickableDirection: Flickable.VerticalFlick
property and tried to run it on Windows - works perfectly, WebView moves up/down when I interact with Flickable.
But on Android this feature don't work properly - all content, excluding WebView (stays on top of screen), moves by vertical direction.How can I fix it?
Thanks.