cordova-camera-access

0.1.0 • Public • Published

cordova-camera-access

Simple cordova plugin to check for access to the camera

Usage

$window.plugins.cameraAccess.checkAccess(
  function() {
    // Go ahead and access the camera, e.g. with cordova camera
  },
  function() {
    // Inform the user that we need camera permission.
    // Ideally, ask for permission and try again.
  }
);

Package Sidebar

Install

npm i cordova-camera-access

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

4.99 kB

Total Files

6

Last publish

Collaborators

  • tylerkuster