Open Be1zebub opened 1 year ago
We got it by adding console output after the # in the url, then the app gets advised of a URL change and you can grab the console output:
We got it by adding console output after the # in the url, then the app gets advised of a URL change and you can grab the console output:
I know, i can send messages between webview/lua with this hack - a good thing, but its dont related to this issue - send messages between relams is not a goal.
I would like to be able to read the webview console, for tracking js errors and debugging information. something like:
webView:addEventListener("console", cback)