Tizen Web application Debugging issue with Chrome v80 and above

Hello Samsung Developer Community,

This is to inform you all that, due to some compatibility issues with the latest chrome version (v80 & above) currently Debugging Tizen Web application is not functional on Tizen Studio.

We’re sorry for the inconvenience. Hopefully, it will be fixed on the upcoming Tizen Studio release: 3.7 by this month or the next.

In the meantime, we have a workaround for you guys.
On your tizen-studio please Go to “Window > Preferences > Tizen Studio > Web > Chrome > Extra parameters” and replace the current value with with the one mentioned below.

–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=/tmp/ttt

It would allow you to ‘Debug Tizen Web Application’ with Tizen Studio. Hope this helps.
Armaan Ul Islam
Samsung Developer Program

2 Likes

Hi Armaan, Do you have a similar workaround solution for Tizen Web extension for Visual Studio Code? That would be awesome.
Thank you, Miklos