I use QWebView to show a web site. When I used a browser like Firefox or Chrome, the web page will load more pictures when I scroll to the bottom of the page. BUT with QWebView, the web page would not load more.
I find that the html source grabbered using QWebView and normal browsers are different.
Why is it? Can anyone help? Thanks.