com.mutualofomahabank.picture-access
v0.1.0
Published
Camera access plugin for cordova by Tyler Kuster
Downloads
2
Maintainers
Readme
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.
}
);