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

/cordova-plugin-feature-detection/

    Package Sidebar

    Install

    npm i cordova-plugin-feature-detection

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • elzio.silva