Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 798 Bytes

FAQ.md

File metadata and controls

21 lines (15 loc) · 798 Bytes

PhoneGap Developer App FAQ

What is Autoreload?

Autoreload is a feature that will automatically refresh your previewed app when a file changes in the www/ directory. This allows you to immediately preview your changes without four-finger tapping the devices screen. It's especially useful when previewing multiple devices at the same time.

Autoreload is a developer feature that only works while connected to the PhoneGap CLI. If the CLI server stops, then autoreload will stop working.

By default, autoreload is enabled. However, you can force it to be enabled or disabled with the following commands:

$ phonegap serve --autoreload
$ phonegap serve --no-autoreload

See discussion details.