Question

Is it possible to access android native code using javascript in the default android browser?

Regards, Dom

Was it helpful?

Solution

No, sorry.

You can create your own Android app that exposes Java objects to WebKit through the WebView widget. Also, you can link to Android apps from your Web content displayed "in the default Android browser" (whatever that might be for the user). And, you can arrange to have an app that you write respond to URLs that otherwise might go to a browser. But that's about it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top