I have an activity with WebView and Button on it. Android sdk 17. Website isn\'t mine, so I can\'t change it anyway. I need to do js code by android button click.
I\
Change your line with this..
myWebView.loadUrl("javascript:testEcho('Hello World!')");
try this one might be helpful to you...