Pergunta

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

Regards, Dom

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top