I have a android program (Java + html in a webview). I can call from the javascript to the Java code. But the other way around stopped working (after updating in eclipse).>
This can be come over by using the post method. Please go through below code.
m_targetView.post(new Runnable() { @Override public void run() { m_targetView.loadUrl("....."); } });