Skip to content

Protecting PhoneGap applications on iOS from getting suspended

Notifications You must be signed in to change notification settings

hermankan/BackgroundMode

Repository files navigation

Usage for Phonegap 2.7.0:

Add entry <plugin name="BackgroundMode" value="BackgroundMode" /> to config.xml inside <plugins>
Add BackgroundMode.h and BackgroundMode.m into the plugin directory for your project
Include BackgroundMode.js in any html file you want to use it in

To run call Window.BackgroundMode.start() and Window.BackgroundMode.stop();

About

Protecting PhoneGap applications on iOS from getting suspended

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published