Qt 6.11 is out! See what's new in the release
blog
WebView inside Flickable
-
I put WebView into Flickable element with
flickableDirection: Flickable.VerticalFlickproperty 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.