Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webkit component for Android

Tags:

android

webkit

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,

like image 911
noober Avatar asked Mar 08 '26 11:03

noober


1 Answers

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.

like image 177
FoamyGuy Avatar answered Mar 10 '26 03:03

FoamyGuy