Weston Ganger

Results 194 comments of Weston Ganger

I have now rolled back the recent ios toBack changes as per https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/pull/676#issuecomment-1221153232

@Saqib92 the iOS toBack feature was not removed and it already existed before, just the latest commit that changed the code was rolled back.

takePicture takes a photo using the camera not the preview. This allows for maximum megapixels for image. I wonder if it would be beneficial to have the option to capture...

Yes we definitely need a way to specify whether you want the photo using native aspect ratio or photo using preview. The problem with taking a photo using the preview...

@vipulsharma144 has submitted PR #587 which completes the work done from @icetec-solutions implementation. I would appreciate if anyone has any comments on that PR.

Video recording functionality for Android has been implemented in master via #587

PR #260 probably introduced this bug. See that commit and it will help you find your solution. We may have to undo some of those changes.

* PR: https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/pull/209 * Actual Commit: https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/commit/406e0c833cf0d2f2dd846b4840d929809260d9e6 PR #209 is what introduced this functionality. I would actually like to see the ability to take picture of the preview. If anyone...

Sorry, `takeSnapshot` was added in PR #525

Just to confirm you are using master? not the last version on npm. Do you have any idea what might be causing this? I just updated master which removes an...