如何在Android的WebView上启用WebKitDeveloperExtras
如果我编写一个使用 android.webkit.WebView 的本机 Android 应用程序,如何为其启用 WebKitDeveloperExtras?我希望能够通过 Web Inspector 启用真正的脚本调试,而不仅仅是转储到控制台。
If I write a native Android application that uses android.webkit.WebView, how do I enable WebKitDeveloperExtras for it? I would like to be able to enable real script debugging via Web Inspector, not just dumping to a console.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尽管 WebView 基于 WebKit 渲染引擎,但我相信这就是它与 Chrome 和 Safari 等浏览器的所有共同点。因此,我不相信有办法获得 DeveloperExtras。
Although the WebView is based off the WebKit Rendering Engine, I believe that is all it has in common with browsers such as Chrome and Safari. As such I do not believe there is a way to get the DeveloperExtras.