我开发了一个离子应用程序,我在Genymotion模拟器中得到一个空白页面。所以我想使用chrome dev工具进行调试,但是当我点击Chrome中的Inspect时,我得到一个空白页:// inspect /#devices:index.html file:///android_asset/www/index.html
Chrome开发者工具控制台显示2个错误:
inspector.js:4327 Uncaught TypeError: Cannot read property 'addEventListener' of undefined
VM43:61 Uncaught TypeError: Cannot read property 'addExtensions' of undefined
我还清除了localStorage并重置了Chrome dev tools console completely blank
中提到的默认设置Chrome Version 49.0.2623.47 beta-m
WebView using Crosswalk 12 Chromium Version 41.0.2272.74
答案 0 :(得分:4)
似乎Chrome版本必须以某种方式匹配。我尝试使用Chrome Portable 43,它可以正常工作。