This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
v0.1.3-alpha
v0.1.3-alpha
NEW
- API Change for Geolocation, DeviceMotion, and DeviceOrientation plugins. They now return an object of the form:
{
promise: deferrable,
watchId: watchId
}
Where promise is the internal promise, and watchId is the watchId that can be used to clear the watch later.
- Capture plugin
- Flashlight plugin
- AppAvailability plugin
- Cordova preferences plugin
And lots of fixes!