In B4J I have a Webview with local HTML and I need to send a message from some JavaScript in the HTML to the B4J app. How can I do this?
It does not help.I'm beginning to think that I might need to set up a local web server to achieve what I want
The best I have managed to achieve is to submit a form to a server and to intercept the URL where I extracted the parameters. There were some oddities though; the server had to have a DNS record.It does not help.
I don´t know a way to do the same in B4J like in Android...
Thanks! I've got the example working now in Release mode. It took me a while to realise that I had to add ".main" to the package name in this bit of the code where it gets the class for the module: