I understand that remote debugging via chrome://inspect
was added in API level 19 for webviews. However, I'm developing an app which supports devices 17+. Its just that on API 19, I get 02-28 00:31:16.569 12332-12332/package E/Web Console: Uncaught SyntaxError: Unexpected token ILLEGAL at null:1
which is not very helpful.
Is there any other way to debug android webview for API < 19? At least can I see JS console?