Seems like a bug. My code works if I change "history" to any other name. It works fine if I do this :
<img src="images/btn-go-back.png" onClick="android_app.back();" border="0" /> and add my JavaScriptInterface as : mWebContent.addJavascriptInterface(new JavaScriptInterface(), "android_app"); //history.back(); -- 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

