I wonder if pinch zoom is on the roadmap for webkit? Meanwhile I rolled my own simple implementation which is better than nothing, but not perfect. In my code I'm scaling a pixmap for fluid motion, and at the end I call setZoomFactor. The relevant code is visible here: http://pastebin.com/VzimAPD0
It is usable in that it works fluidly and gives you a rough idea what the resulting zoom will be. But pixel positions move around and the end result is rarely exact to the zoom preview. On Symbian3 the native browser's pinch zoom is much more faithful to pixel positions and sizing of the preview. So that must be doing something more clever, any hints what? Better yet, perhaps this is already implemented and I just have to be patient and it will be delivered to my door... Harri http://mpaja.com/ _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
