Any way to communicate with WebView in Android?

前端 未结 2 2092
走了就别回头了
走了就别回头了 2020-12-29 23:19

Is it possible to interact with a webview in android trough my native android code?

I develop can bus driver for android and I like to send my can bus data to a html

相关标签:
2条回答
  • 2020-12-29 23:39

    Here is a good example how to call javascript running inside the WebView:

    http://android-er.blogspot.com/2011/10/call-javascript-inside-webview-from.html

    0 讨论(0)
  • 2020-12-29 23:43

    Check out addJavascriptInterface.

    0 讨论(0)
提交回复
热议问题