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
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