0.1.0 • Published 6 years ago

cordova-camera-access v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.
  }
);
0.1.0

6 years ago