mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-15 15:41:03 +08:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
console.log(window.Native);
|
|
|
|
Native.Camera.takePicture().then(function(resp) {
|
|
console.log('Got picture');
|
|
}, function(err) {
|
|
console.log('ERROR');
|
|
});
|