To read all comments associated with this story, please click here.
iOS does not use WebKit2, they have an old fork of webkit tree and uses a heavily modified WebKit1 layer.
On top of that. It is not quite straightforward to do a new WebKit port. To get something stable and good, it is at least a year worth of work for a team of 10 very good developers.
If you do want WebKit2 on an android device though, you can checkout the Snowshoe browser, which uses the QtWebKit's WebKit2 API QQuickWebView. It is still a under development, but looks very nice.
Edited 2013-02-10 21:31 UTC
Turns out you are right; I got misled by the initial quick googling:
http://9to5mac.com/2011/03/06/a5-processor-and-webkit-2-engine-comb...
Opera Mini and Mobile ain't good either, they don't use the desktop 'Presto' engine, which is more and more crash prone while being somewhat pretty decent IMHO. However since Opera decided to ditch out their internal web and javascript engine for webkit, I don't know what gonna make a difference in the long run.
Kochise
I have absolutely no complaints about Opera on either my tablet or my phone -- it's fast, stable and certainly more suitable than many (any?) other browser. I have not had a single crash with it, either, yet I've been using it on a daily basis for, well, whenever the hell I got my tablet. Must be around 2 years by now.
As for the article: Opera Mobile looks out-of-place, that is true, as it does not follow the UI-conventions set out by Google. But well, does it have to follow them, anyways, if the way it behaves and looks now works better? This in mind I just cannot agree with Thom's assessment that any and every browser other than Safari or IE is a horror to use.





Member since:
2008-12-26
At least in theory, it should be possible to do straightforward port of webkit2 rendering engine to Android, giving similar performance to iOS. I don't understand why this is not happening.