Hi, I wrote an android library(eg. library.jar) and want to be able to use it in HTML/Javascript form android web browser (Google Chrome, Mozilla firefox or Opera). as in android application to expose the library's methods inside a Javascript interface and then calling those methods inside Javascript un webView its work. but i want to integrate or invoke these library's methods form my hosted page (html/javascript) from web browser. Is it possible to invoke the jar library into the HTML/JavaScript file and call its methods directly without using webview inside android application. (eg. Load shared library on android device on browser)
Thanks. -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/android-security-discuss. For more options, visit https://groups.google.com/groups/opt_out.
