Currently the device width and height has been hard-coded to 720x480 in Qt WebKit2. Instead of using a hard-coded width and height, we should use the actual size of the qquickwebview, which on physical device will be the device size, and on a desktop will be the size of the window or simulator.
Created attachment 131587 [details] Patch
Comment on attachment 131587 [details] Patch Clearing flags on attachment: 131587 Committed r110553: <http://trac.webkit.org/changeset/110553>
All reviewed patches have been landed. Closing bug.