0

I have a published web application and I would like to build an android application that will open it. I am trying to use Crosswalk for that but I don't find any information of how to set the manifest.json with the external url.

Ronen Festinger
  • 2,260
  • 1
  • 23
  • 32

2 Answers2

1

I was given an answer by their Twitter:

Crosswalk Project ‏@xwalk_project 2h2 hours ago @ronenfe yes, use make_apk --app-url=APP_URL

Ronen Festinger
  • 2,260
  • 1
  • 23
  • 32
1

Create a manifest.json file for your application and set the "start_url" field to the external URL you wish to use.

This works both with the (now deprecated) make_apk and the newer crosswalk-app-tools.

Bale
  • 73
  • 1
  • 4