Skip to content
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

Use com.webos.app.enactbrowser for rendering test other websites/web apps #1

Open
rbucchi opened this issue Oct 10, 2018 · 1 comment

Comments

@rbucchi
Copy link

rbucchi commented Oct 10, 2018

Hi, I wonder if I can use com.webos.app.enactbrowser to render local/non local websites.

I experimentally tried using that tool but I guess a real loading isn't (yet?) implemented:

image

I'm struggling because my web application is chrome compatible, but not via LG webos browser. Any other path is appreciated

Thanks,
Riccardo

@drafr
Copy link
Contributor

drafr commented Nov 28, 2018

Hi, Riccardo!
Sorry for being very late, but leaving an unanswered question even worse.
If you want to run enact-browser on PC with chrome, you should run it as extension. To do this you should:

  • Go to More Tools -> Extensions
  • Click Load unpacked
  • Select your folder with browser build (should be dist)
  • In the address bar at the top, type chrome://apps
  • Press Enter.
  • Click the app that you want to open - Enact-based Browser ...
    OR
  • in command line:
    path_to_chrome_executable --no-sandbox --user-data-dir=path_to_data_folder --silent-launch --load-and-launch-app=path_to_dist
    path_to_data_folder - is a folder, where browser will store history, bookmarks and other session information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants