You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebOS is a platform used by LG TVs. Apps for WebOS run in Chromium so dashjs can be and is used there. Sometimes new bugs, specific to this platform, appear. Testing them is not trivial because it is necessary to install WebOS SDK, build an app, install it, the app should support RCU, etc.
Solution proposal
npm run build:webos script that builds a simple "shell" WebOS application that redirects to webpack dev server running on PC.
npm run start:webos script that starts webpack dev server with the test player available for the "shell" app.
Description in the docs - how to install WebOS SDK and run the test app.
WebOS is a platform used by LG TVs. Apps for WebOS run in Chromium so dashjs can be and is used there. Sometimes new bugs, specific to this platform, appear. Testing them is not trivial because it is necessary to install WebOS SDK, build an app, install it, the app should support RCU, etc.
Solution proposal
npm run build:webos
script that builds a simple "shell" WebOS application that redirects to webpack dev server running on PC.npm run start:webos
script that starts webpack dev server with the test player available for the "shell" app.Additional context
#3750 (comment)
The text was updated successfully, but these errors were encountered: