0.0.5 • Published 10 years ago
cordova-plugin-feature-detection v0.0.5
Feature Detection
Cordova plugin for device feature detection.
Detectable features
camera- Detects if a camera is available
Installation
cordova plugin add com.syonet.mobile.featuredetectionUsage
cordova.plugins.featureDetection.<feature name>(function ( result ) {
console.log( result );
}, function ( err ) {
console.log( err );
});Supported platforms
- Android
License
MIT
0.0.5
10 years ago