NativeScript / nativescript-camera

NativeScript plugin to empower using device camera.
Apache License 2.0
92 stars 47 forks source link

Add allowsEditing flag for iOS #180

Closed msaravitz closed 5 years ago

msaravitz commented 5 years ago

Add the allowsEditing flag for iOS. The allowsEditing flag is helpful for ensuring the image is square (this also lets them choose which part of the photo is in the square) and allows the user to "zoom in/crop" even after the photo has been taken.

Current: nativescript-camera

With allowsEditing: ios allows editing

DimitarTodorov commented 5 years ago

Hi, @msaravitz The feature is now available in nativescript-camera@4.4.0, which is published in npm.