WebView inside Flickable
Unsolved
QML and Qt Quick
-
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.