javascriptinterface

  1. R

    Android Question WebView's PageFinished not being fired.

    Hello everyone, I am trying to make this code to work, it just seems that WebView's PageFinished event is not being fired after the url page load. I am using WebViewExtras2, the code runs but the event is not working. I can't find good examples and most of them seemed to be for ver 1.4...
  2. drgottjr

    Share My Creation WVX-Lite (for B4J)

    this is WVX-Lite (for B4J), as in webviewextras-lite (with props to @warwound for his groundbreaking contribution to B4A). the principal idea was to provide a contextmenu for webview that allowed for image downloads. once you start down that road, you find you need a listener to override the...
  3. K

    Android Question WebviewExtras2 AddJavascriptInterface Not working

    Hello every one. in the folloowing code I use WebviewExtras2.AddJavascriptInterface to call a sub from B4a . but it never works , and I cant figure out the problem with this code and why the 'MyFunction' never gets reached Also I'm not sure about the first parameter to the...
Top