How to enable WebKitDeveloperExtras in Android WebView

If I write my own Android application using android.webkit.WebView, how do I enable WebKitDeveloperExtras? I would like to be able to enable real debugging of the script through the Web Inspector, and not just dump it to the console.

+5
source share
1 answer

Despite the fact that WebView is based on the WebKit rendering engine, I believe that this is all that has in common with browsers such as Chrome and Safari. Therefore, I do not believe that there is a way to get DeveloperExtras.

0
source

All Articles