-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packaging ENACTJS app for LG TV publishing #285
Comments
Hello @akando42,
|
Hi @akando42, |
@hong6316 I am using Enact CLI 4.1.7 and Enact Core 4.0.0. The app running with no bug from local machine at localhost:8080 and on the LG TV built-in browser. However, the app can not launch on the LG TV after packing using ares-package and install using ares-install. ares-inspect showing no bug error either. Is EnactJS considered a Hosted web app ? |
@akando42 How about using VSCODE EXTENSION? For further helps, please ask to webOS TV developer forum, too. |
@hong6316 Packing using Webpack directly along with ares-package/ares-install seems to be working fine for Hosted Web App like in this No_Ads Youtube TV app - https://github.com/FriedChickenButt/youtube-webos. |
I'm sorry but @akando42, is this issue resolved? |
I package EnactJS app with npm run pack and Use the LG TV CLI ares-package to package the dist folder into *.ipk file. I then install the *.ipk file to the LG TV with ares-install. However the app does not seem to be able to launch and run on the TV.
Here is the app-info JSON file.
{ "id": "com.mikedoconsulting.cctv", "version": "1.0.0", "vendor": "LGE-SVL", "type": "web", "main": "index.html", "title": "CCTV", "icon": "icon.png", "miniicon": "icon-mini.png", "largeIcon": "icon-large.png", "uiRevision": 2 }
The text was updated successfully, but these errors were encountered: