Is there a Webkit component/class for Android except the standard WebView? I have had enough of it, with its super-duper non-disabling options like image dithering on touch etc.
I'm looking for a component that is easy enough to embed in a hello-world application, since I'm newbie in Android development. Actually, the whole application of mine is HTML5 web-app, I just need a way to present it without distortions.
Regards,