Hi,
I need to add a web view and use QML with gesture scrolling and disable selecting text
Targeting S^3 & Meego
Can you help me with example
Thanks
Wael
Hi,
I need to add a web view and use QML with gesture scrolling and disable selecting text
Targeting S^3 & Meego
Can you help me with example
Thanks
Wael
hello wael
you can wrap a Webview inside a Flickable element and then you can do gesture scrolling of the view.
Check the docs for examples.