Chrome devtools inspector showing blank white screen while debugging with Samsung TV Tizen Web application

我只是一个虾纸丫 提交于 2020-03-16 03:18:22

问题


I'm debugging Samsung TV Tizen Web Application with Tizen Studio 3.6 and Google Chrome Version 80.0.3987.100 (Official Build) (64-bit). But Chrome Inspector showing black screen.

Chrome path config :

Chrome blank screen :

Please help me out from this issue.


回答1:


I got the solution actually it is because Chrome has launched its new version 80.0.3987.100 on the 11th of Feb and because of this version is not compatible with Samsung Tizen IDE so to resolve this you have to download the old version of the older version.

here is the link to download older chrome version [https://www.filepuma.com/download/google_chrome_64bit_79.0.3945.79-24169/][1]

After downloading disable the chrome to update itself and then it will work fine with Tizen studios.




回答2:


This is compatibility issue due to upstream change in chrome 80 version. https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/h-JwMiPUnuU/sl79aLoLBQAJ https://bugs.chromium.org/p/chromium/issues/detail?id=685385

It will be resolved in the next release of Tizen Studio. Until then, if you use the options below, inspector will be launched properly.

Go to Window > Preferences > Tizen Studio > Web > Chrome -> Extra parameters : add "--enable-blink-features=ShadowDOMV0 --enable-blink-features=CustomElementsV0 --user-data-dir=c:\Temp"




回答3:


Go to Window > Preferences > Tizen Studio > Web > Chrome -> Extra parameters > input the below command > Apply

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

Launch the application.




回答4:


I am an Android Cordova developer and all of the sudden Ive updated to chrome 80 and devtools isnt working on Android Emulator. It shows blank screen...

Any solution by now ?



来源:https://stackoverflow.com/questions/60182668/chrome-devtools-inspector-showing-blank-white-screen-while-debugging-with-samsun

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!