Chrome devtools检查器在使用Samsung TV Tizen Web应用程序进行调试时显示空白屏幕


Answers:



8

由于chrome 80版本的上游更改,这是兼容性问题。 https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/h-JwMiPUnuU/sl79aLoLBQAJ https://bugs.chromium.org/p/chromium/issues/detail?id = 685385

下一版本的Tizen Studio将解决该问题。在此之前,如果使用以下选项,检查器将正确启动。

转到窗口>首选项> Tizen Studio> Web> Chrome->其他参数:添加“ --enable-blink-features = ShadowDOMV0 --enable-blink-features = CustomElementsV0 --user-data-dir = c:\ Temp”


这可以解决问题,而不必降低等级或下载不同的chrome版本。只需在Mac上添加'--enable-blink-features = ShadowDOMV0 --enable-blink-features = CustomElementsV0'就可以了。
路加福音

1

转到窗口>首选项> Tizen Studio> Web> Chrome->其他参数>输入以下命令>应用

--no-first-run --activate-on-launch --no-default-browser-check --allow-file-access-from-files --disable-web-security --disable-translate --proxy-自动检测--proxy-bypass-list = 127.0.0.1 --enable-blink-features = ShadowDOMV0 --enable-blink-features = CustomElementsV0 --user-data-dir = tmpFix

启动应用程序。


0

我是一名Android Cordova开发人员,我突然将Ive更新为chrome 80,而devtools无法在Android Emulator上运行。它显示黑屏...

现在有什么解决办法吗?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.