Webkit Component For Android
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'
Solution 1:
It probably would not be easier than using a WebView, especially if you are a beginner. But check out the various classes in the android.webkit package. Follow the link and expand android->webkit on the folders to the left.
Post a Comment for "Webkit Component For Android"