I am trying to call javascript function which is defined in html like
WebView.loadUrl(\"javascript:hoge()\");
I can call non-jQuery functio
well, you can always call a javascript function using loadUrl methode of your webview;
myWebView.loadUrl("Javascript: alert('test');");