You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2020/03/09 10:28:04 UTC

[GitHub] [incubator-weex-cli] pigheartCN opened a new issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)

pigheartCN opened a new issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)
URL: https://github.com/apache/incubator-weex-cli/issues/617
 
 
   
   ![image](https://user-images.githubusercontent.com/26181029/76204453-64aaf100-6233-11ea-9869-9e697652b826.png)
   
   to see: https://www.jianshu.com/u/fd1b57a732ed
   
   详情请看:https://www.jianshu.com/u/fd1b57a732ed
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-weex-cli] cnryb commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)

Posted by GitBox <gi...@apache.org>.
cnryb commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)
URL: https://github.com/apache/incubator-weex-cli/issues/617#issuecomment-596453424
 
 
   chrome v80 之后不支持 document.registerElement() 了。可以先降级 chrome 版本来使用这个功能。
   如果有时间的话,也请你帮忙修复一下。
   出问题的代码在 
   https://github.com/apache/incubator-weex-cli/blob/master/packages/%40weex/plugins/debug/frontend/src/assets/inspector/ui/UIUtils.js#L1175
   
   有两个方案供你参考
   1、按照现行 [ChromeDevTools frontend](https://github.com/ChromeDevTools/devtools-frontend/blob/master/front_end/ui/utils/register-custom-element.js)  版本同步修改。
   2、尝试 polyfill 。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-weex-cli] pigheartCN commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)

Posted by GitBox <gi...@apache.org>.
pigheartCN commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)
URL: https://github.com/apache/incubator-weex-cli/issues/617#issuecomment-596460528
 
 
   document.registerElement()  我说咋老是报错。。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-weex-cli] cnryb commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)

Posted by GitBox <gi...@apache.org>.
cnryb commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)
URL: https://github.com/apache/incubator-weex-cli/issues/617#issuecomment-605961945
 
 
   element.createShadowRoot() 也不支持了。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-weex-cli] pigheartCN removed a comment on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)

Posted by GitBox <gi...@apache.org>.
pigheartCN removed a comment on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)
URL: https://github.com/apache/incubator-weex-cli/issues/617#issuecomment-596449176
 
 
   > ![image](https://user-images.githubusercontent.com/26181029/76204453-64aaf100-6233-11ea-9869-9e697652b826.png)
   > 
   > to see: https://www.jianshu.com/p/372a43a3477b
   > 
   > 详情请看:https://www.jianshu.com/p/372a43a3477b
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-weex-cli] pigheartCN commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)

Posted by GitBox <gi...@apache.org>.
pigheartCN commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)
URL: https://github.com/apache/incubator-weex-cli/issues/617#issuecomment-596449176
 
 
   > ![image](https://user-images.githubusercontent.com/26181029/76204453-64aaf100-6233-11ea-9869-9e697652b826.png)
   > 
   > to see: https://www.jianshu.com/p/372a43a3477b
   > 
   > 详情请看:https://www.jianshu.com/p/372a43a3477b
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services