0.0.5 • Published 8 years ago

cordova-plugin-feature-detection v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Feature Detection

Cordova plugin for device feature detection.

Detectable features

  • camera - Detects if a camera is available

Installation

cordova plugin add com.syonet.mobile.featuredetection

Usage

cordova.plugins.featureDetection.<feature name>(function ( result ) {
    console.log( result );
}, function ( err ) {
    console.log( err );
});

Supported platforms

  • Android

License

MIT