Issue
My android app has a WebView in which i have a button in webview. When clicking the button in the web page i should display a toast from javascript through JavaScriptInterface.
I referred this example from android developer site http://developer.android.com/guide/webapps/webview.html
When i implemented this javascript and android code, Toast appears only in Android 2.2 but not in any other API level.
Someone help me if you had crossed over this error problem??? I couldn't find any solution for this... Please help me out..
Regards, SanthoshPulliman.
Solution
I am not sure about the lower level API, but the bridge from JavaScript to Java is broken in 2.3+. http://code.google.com/p/android/issues/detail?id=12987.
Answered By - Alex
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.