That little hack doesn't seem to work anymore!
Used it for the last 3-4 month and now Google must have changed the way they check for the userAgent.
Has anyone come up with a new solution that doesn't require to recompile QWebkit?
That little hack doesn't seem to work anymore!
Used it for the last 3-4 month and now Google must have changed the way they check for the userAgent.
Has anyone come up with a new solution that doesn't require to recompile QWebkit?
Yes, google certainly changed something. I checked the change log and there is some indication about this. Not sure how to get it back working at this point (other than capturing the mouse events myself and calling the pan and zoom through a script). Might be the safest thing to do as any workaround might stop working in the future.
Just have look to here
I replace
with
and it works fine.Qt Code:
return "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2";To copy to clipboard, switch view to plain text mode
Didier
Kwakkie (8th October 2012)
Bookmarks