Cordova team versus service teams

The phone book has just released the app http://app.phonegap.com/ , which listens on the port that starts when using:

phonegap serve 

I know that you can also run:

 cordova serve 

but the main difference between phonegap serve is constantly updating the content, and the corova function seems only static.

Does anyone know if it is possible to run the cordova serve command and is it constantly updating its contents, such as a telephone service ?

+6
source share
3 answers

Once you have created a project using Cordoba, you can use it with Phonegap using the hack described in this question

In short, create a project using phonegap, then import the .cordova directory from it into the Cordova project.

+1
source

To update content using Cordova, you need to use GapReload: https://github.com/fingerproof/cordova-plugin-gapreload

it implements a cave auto-update system for mobile applications (emulated or real devices).

0
source

(npm packages: download in stream, phone saver, ion card)

Live Reload npm plugin: Live reloads of browser extensions may be one of the best solutions I guess.

OR

make a project into a phone or ion structure project (just move the www folder and config.xml)

  • Create a new project using telephone clearance or ion infrastructure.

  • replace the www directory and config.xml in the project directory.

  • then use the phone gap server or ion feed.

Link:

http://livereload.com/extensions/

https://github.com/napcs/node-livereload

http://ionicframework.com/docs/guide/testing.html

http://docs.phonegap.com/getting-started/4-run-your-app/cli/

0
source

All Articles