[SOLVED]webview and listview in a Flickable.
QML and Qt Quick
4
Posts
2
Posters
2.5k
Views
1
Watching
-
Hi,
I want show a news detail and related news, when user scroll down to the end of the news detail (html content), the related news is showed. I used: a webview and a listview in a Flickable, and set:
Flickable.ContentHeight = WebView.PreferredHeight + ListView.Height
but when it show, i can't scroll down webview.Could you help me ? Thanks
-
see RssNews example http://doc.qt.nokia.com/stable/demos-declarative-rssnews.html