-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
I am using nativescript v6, and "nativescript-camera": "^4.1.1". when i try to use camera console show No v4 support. the code is:
requestPermissions().then( () => {
takePicture({ width: 300, height: 300, keepAspectRatio: true, saveToGallery: this.saveToGallery }) .then((imageAsset: any) => {
this.SavePictures(imageAsset);
}, (error) => { });
}, () => alert('permissions rejected')