[Vuejs]-How to debug web project based on vue js on LG Web Os TV

0👍

They have very old Browser. Better search for plain javascript solutions.

0👍

If you are trying to open your website using the built-in webOS web browser there are no options to inspect/debug it unless you use a remote inspector like vorlonjs. I have used vorlonjs in similar scenarios, but I not sure if it would work on webOS TVs

If you are triying to use your own webOS smartTV app to open your website you must enable the developer mode in your TV and debug your app in order to inspect your website

Best regards

0👍

Slick slider was the cause of my problem, switching to another vue carusel solved it.

👤nearia

0👍

With the ares-cli, you can debug your ipk the following way:

ares-inspect --device tv --app com.example.app --open

Leave a comment