In B4A, I use Javascript console.log() to send back debugging messages to the IDE.
In B4i, it does nothing.
I realize the platform is not at all the same, but the thread below shows it is possible to extend JavaScript within WebView.
It would be nice to be able to debug JavaScript from within B4i Webview.
In B4i, it does nothing.
I realize the platform is not at all the same, but the thread below shows it is possible to extend JavaScript within WebView.
It would be nice to be able to debug JavaScript from within B4i Webview.
WKWebView show Javascript alert()
Im trying to show an alert(); message in WKWebView. On stackoverflow i found this answer saying that the WebView is missing a "Delegate". But I don't know how to implement the solution with B4i. Maybe someone has already fixed this issue with B4i or knows enough about ObjC to fix it.
www.b4x.com