Android Question WebChromeClient and JavascriptInterface not working together

sanjibnanda

Active Member
Licensed User
Longtime User
hello,

i have both webviewExtra (2.0) and webviewExtra2 (beta)

I want to use both WebChromeClient and JavascriptInterface.

No single library has both the options together.


Now, I have to use ExecuteJavascript like B4A.CallSub('Alert1', true); from webview to android.

It is working fine with webviewExtra (1.4), but i need more functionality.

Please guide, what should I do ?
 
Top