是否可以在移动网络浏览器中启用 WebKit JavaScript Inspector?

发布于 2024-08-11 07:04:52 字数 82 浏览 4 评论 0原文

我很想在移动浏览器上使用 webkit 附带的 Web Inspector 开发工具。有谁知道是否可以在 Android 网络浏览器上启用网络检查器?

I would love to use the Web Inspector development tools that come with webkit on a mobile browser. Does anyone know if it is possible to enable web inspector on say the Android web browser ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

﹉夏雨初晴づ 2024-08-18 07:04:52

实际上它不仅仅是 Safari 的一部分,因为 google chrome 也有它。 Web 检查器是 Safari、Google Chrome 以及 Android 设备中默认浏览器使用的 WebKit 引擎的一部分。但是,Web 检查器目前在移动设备上任何基于 webkit 的浏览器上均不可用。

Actually it's not just a part of safari since google chrome has it too. The web inspector is a part of the webkit engine used by safari, google chrome and if i'm not wrong by the default browser in android devices. But, the web inspector is currently unavailable on any webkit based browser on mobile device.

深者入戏 2024-08-18 07:04:52

令人惊讶的是,黑莓是第一个向移动开发者提供此功能的公司。 http://www.berryreview.com/2011/04/15/hot-webkit-web-inspector-on-the-blackberry-playbook-for-web-developers/ 希望这个概念(尤其是远程检查器)很快就会登陆 Android。

Surprisingly, Blackberry is the first to give this to mobile developers. http://www.berryreview.com/2011/04/15/hot-webkit-web-inspector-on-the-blackberry-playbook-for-web-developers/ Hopefully this concept (especially the remote inspector) will make its way to Android soon.

百合的盛世恋 2024-08-18 07:04:52

事实证明,远程 Web 检查器也可以通过 iOS5 上的私有 API 来使用:
http:// atnan.com/blog/2011/11/17/enabling-remote-debugging-via-private-apis-in-mobile-safari/

并在此工具中使用:
http://www.iwebinspector.com/

可能值得搜索刚刚发布的 ICS 源代码,看看是否有原生 Android 浏览器中有一个类似的未发布的 API。

此外,您可能对远程调试器形式的“轻型”解决方案感兴趣:
Weinre

尽管它使用 JS,而不是像 Web 检查器那样内置在浏览器中。

Turns out that the remote web inspector is also available via a Private API on iOS5:
http://atnan.com/blog/2011/11/17/enabling-remote-debugging-via-private-apis-in-mobile-safari/

and is used in this tool:
http://www.iwebinspector.com/

Might be worth trawling the just release ICS sourcecode to see if there is a similar un-published API in the stock android browser.

Also you might be interested in a "light" solution, in the form of this remote debugger:
Weinre

though its using JS rather than being built into the browser the way web inspector is.

梦罢 2024-08-18 07:04:52

通过在 Chrome 中的 URL 之前添加 view-source: ,仍然可以通过语法突出显示查看任何页面的源代码(仅 HTML,不含 CSS 或 JavaScript)。

Its still possible to see the source of any page with syntax highlighting (HTML only without CSS or JavaScript) by adding view-source: before the URL in chrome.

顾铮苏瑾 2024-08-18 07:04:52

Web Inspector 是 Safari 浏览器的集成部分,因此它不适用于其他浏览器,例如 Opera Mini、Android 浏览器或其他浏览器。

Web Inspector is an integrated part of the Safari browser, thereby it is not going to be available for other browsers, like Opera Mini, Android browser or what ever.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文