Hi all.
WebViewExtras is my latest library.
It's a much updated version of JSInterface.
WebViewExtras exposes more of the available native Android WebView methods to your B4A application:
addJavascriptInterface(webView1 As WebView, interfaceName As String)
Add a javascript interface to...
Hi all.
WebViewExtras is my latest library.
It's a much updated version of JSInterface.
WebViewExtras exposes more of the available native Android WebView methods to your B4A application:
addJavascriptInterface(webView1 As WebView, interfaceName As String)
Add a javascript interface to...
addJavascriptInterface [WebViewExtras] CallSub [B4XPages] Example
I created a Example (after search and not found)
send data: from WebView to B4X / from B4X to WebView ,
using addJavascriptInterface and CallSub,
thre are sam B4XPages also, hope it's useful, and there are some room for...
I'm opening this thread to collect tricks and caveats I'm coming across while converting my projects to B4XPages
CallSub from Service
Looks like a service that is started at boot may execute before the Main activity is created.
This was not a problem with CallSub, since it just won't be...