【发布时间】:2018-06-18 01:17:57
【问题描述】:
无法在最新版本的 Chrome 桌面浏览器中通过 USB 连接在 Android (Galaxy S8) 上的 Chrome 中调试运行的网页。 尝试检查移动设备上运行的网页会导致 blank page.
当我检查桌面 Chrome 浏览器中出现的空白页面时,我得到了 following error:
Uncaught TypeError: InspectorFrontendHost.isUnderTest is not a function
at Object.Host.isUnderTest (inspector.js:930)
at Main.Main._gotPreferences (inspector.js:8301)
at DevToolsAPIImpl.embedderMessageAck (devtools_compatibility.js:33)
at <anonymous>:1:13
【问题讨论】:
-
我在运行 Chrome 版本 65.0.3315.3 (Official Build) dev (64-bit) 以及 65.0.3318.0 canary 的 Windows 和 Linux 中遇到了同样的问题。
-
我也遇到了这个问题。 FWIW,Chromium 中有一个错误,请在此处跟踪:Mobile remote debugging window is blank
标签: android google-chrome google-chrome-devtools web-inspector