Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
4.7.3
-
Qt: Qt SDK 1.1 RC
Devices:N8,E7
Description
QWebView::setZoomFactor works well on my desktop, but it does not work on N8 and E7.
I used following test code:
mWebView = new QWebView(this);
mWebView->load(QUrl("http://www.baidu.com"));
mWebView->setGeometry(0, 100, 360 ,540);
mWebView->setZoomFactor(2);
mWebView->show();