I am working on EPUB reader for the company using JavaScript, the application runs well on Android 2.2, but when i try it on ICS & HoneyCom, the JavaScript doesn\'t work
Might be a stupid thing i'm saying here. But it's late and i'm tired ...
Have you tried enabling Javascript in the WebView?
Javascript
WebView
WebSettings webSettings = myWebView.getSettings(); webSettings.setJavaScriptEnabled(true);