mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Thug
This commit is contained in:
+7
-1
@@ -1 +1,7 @@
|
||||
console.log(window.require);
|
||||
console.log(window.Native);
|
||||
|
||||
Native.Camera.takePicture().then(function(resp) {
|
||||
console.log('Got picture');
|
||||
}, function(err) {
|
||||
console.log('ERROR');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user