Skip to content

No v4 support #226

@edrick27

Description

@edrick27

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions