I am porting my app from android. In the there is a webview control with a javascript loaded. The javascript raises a 'click' event :
In android I intercept the event with B4A.CallSub. How could I do in B4I ?
Thank you
B4X:
addEventListener('click', myFunction);
In android I intercept the event with B4A.CallSub. How could I do in B4I ?
Thank you