IBM Worklight - How do I enable WebView debugging in Android?
Since Chrome has an awesome feature for remote debugging, I am wondering how this could help in developing in Worklight. In the following docs they say to debug the contents of your WebView, you need to enable it programmatically from within your application by calling setWebContentsDebuggingEnabled, a static method on the WebView class. Where can I find this class and will this be beneficial to do it in Worklight? https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=nl#debugging-webviews Please note that WebView debugging is only relevant for Android 4.4 "KitKat" and