Actually, I made some changes inside addJavascriptInterface() method of webview class of webkit. Then in our android project
webview.addJavascriptInterface(new Abc(), "Abc"); webview.addJavascriptInterface(new Def(), "Abc.Def"); then it is executing in reverse order Abc.Def Abc Can any body tell me why and how to over come from this problem... Thanks & Regards androlance
-- 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

