Problem
I have been trying for awhile without success to crop an base64 image taken from the camera using the camera preview plugin to a 4:3 resolution without any cropping input being done by the user.
Most plugins I have tried so far force a UI but for my purpose it needs to crop to 4:3 to then be sent to a server all as the same resolution.
What i've tried
I have tried tweaking the ionic native plugin without success. Also i've tried numerous different Cordova plugins that have been suggested from other forum posts such as:
- Cropper.js
Cordova Plugin Crop - without the ionic native side
All of those as far as I know force a UI as well as don't allow you to specify an aspect ratio.