Hi, I am working on web applications where am trying to access Native functionality in the phone using Java script APIs.
Android Web view supports Add Java script interface for Java script to Java (native) bindings as in below link: http://developer.android.com/reference/android/webkit/WebView.html#addJavascriptInterface(java.lang.Object, java.lang.String) BUT if I need to pass data back to Java script there is no API or mechanism to do so. Could you please let me know if there is a way out, tried hard but seems no API exposed for the same. Thanks in advance, A fellow Android Developer PS -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

