Skip to content

Frequently Asked Questions

Woosik Park edited this page Jan 8, 2019 · 27 revisions

Question 1

Our app does not load packaged HTML/JS but instead goes directly to a URL in the config XML. Does this work with Wits? How would the refresh cycle work in this case?

Answer

  • It will be work with Wits but does not refreshed when your URL is modify. Wits watch baseAppPath in connectionIfon.json file and if In this path has change, send to TV. Wits can't watch your URL. but if you change something in baseAppPath after you changed code in URL. (ex. save config.xml file(ctrl+s)) Even if config.xml doesn't change but Wits send this modify to TV and will refresh.

Question 2

When starting Wits, does it also open a Web Inspector as well or does it just load and refresh the app on the TV?

Answer

  • When starting Wits, you can choice lauch with chrome DevTools(inspector). then you using during your develeop.

Clone this wiki locally