cordova-plugin-feature-detection

0.0.5 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    1

Package Sidebar

Install

npm i cordova-plugin-feature-detection

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • elzio.silva