bowser
bowser copied to clipboard
Fix console.log
The JavaScript console.log()
is currently not visible in Bowser. Adding this feature will be significantly easier after we have moved to WKWebView
as it is very simple to bridge JS and native code.
I think something like http://stackoverflow.com/questions/6508313/javascript-console-log-in-an-ios-uiwebview could be helpful.
I'm also struggling with this, and considering adding the above if I ever get time to.
Would be great if you could add it. It's an acceptable workaround while we still use a UIWebView
.