iPMisterX opened a new issue #662:
URL: https://github.com/apache/cordova-plugin-camera/issues/662


   # Bug Report
   
   ## Problem
   - Set **allowEdit:true** this error appear after crop the image
   
   ### What is expected to happen?
   - I expect that it might work normally
   
   
   ### What does actually happen?
   ![Screenshot_2020-09-19-15-24-00-335_com intelspire 
timemint](https://user-images.githubusercontent.com/11723453/93663050-13f03c80-fa8f-11ea-91a3-1572dfc01fd2.jpg)
   
   
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   ```
   options = {
               quality : 80,
               destinationType : Camera.DestinationType.FILE_URI,
               sourceType : Camera.PictureSourceType.CAMERA,
               encodingType: Camera.EncodingType.JPEG,
               allowEdit : true,
               targetWidth: 500
               targetHeight: 500,
               popoverOptions: CameraPopoverOptions,
               saveToPhotoAlbum: false,
               correctOrientation: true
           };
   ```
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   - As i know, it is **Android 5.1, 8, 9, 10**
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   ```
   Installed platforms:
     android 9.0.0
     ios 6.1.1
   ```
   
   ```
   com.googlemaps.ios 3.9.0 "Google Maps SDK for iOS"
   com.unarin.cordova.beacon 3.8.1 "Proximity Beacon Plugin"
   cordova-android-firebase-gradle-release 4.0.0 
"cordova-android-firebase-gradle-release"
   cordova-android-play-services-gradle-release 4.0.0 
"cordova-android-play-services-gradle-release"
   cordova-android-support-gradle-release 3.0.1 
"cordova-android-support-gradle-release"
   cordova-background-geolocation-lt 3.9.0 "BackgroundGeolocation"
   cordova-custom-config 5.1.0 "cordova-custom-config"
   cordova-plugin-advanced-http 3.0.1 "Advanced HTTP plugin"
   cordova-plugin-android-permissions 1.0.2 "Permissions"
   cordova-plugin-androidx-adapter 1.1.1 "cordova-plugin-androidx-adapter"
   cordova-plugin-androidx 2.0.0 "cordova-plugin-androidx"
   cordova-plugin-app-version 0.1.9 "AppVersion"
   cordova-plugin-background-fetch 6.1.1 "CDVBackgroundFetch"
   cordova-plugin-background-mode 0.7.3 "BackgroundMode"
   cordova-plugin-badge 0.8.8 "Badge"
   cordova-plugin-camera 5.0.0 "Camera"
   cordova-plugin-cocoalumberjack 0.0.4 "CocoaLumberjack"
   cordova-plugin-compat 1.2.0 "Compat"
   cordova-plugin-customurlscheme 4.4.0 "Custom URL scheme"
   cordova-plugin-datepicker 0.9.3 "DatePicker"
   cordova-plugin-device 2.0.3 "Device"
   cordova-plugin-dialogs 2.0.2 "Notification"
   cordova-plugin-email-composer 0.9.2 "EmailComposer"
   cordova-plugin-file 6.0.2 "File"
   cordova-plugin-flashlight 3.2.0 "Flashlight"
   cordova-plugin-geolocation 4.0.2 "Geolocation"
   cordova-plugin-globalization 1.11.0 "Globalization"
   cordova-plugin-googlemaps 2.7.1 "cordova-plugin-googlemaps"
   cordova-plugin-image-picker 1.1.1 "ImagePicker"
   cordova-plugin-inappbrowser 4.0.0 "InAppBrowser"
   cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
   cordova-plugin-iroot 2.0.2 "iRoot"
   cordova-plugin-mock-location-checker 1.0.1 "MockLocationChecker"
   cordova-plugin-multi-window 0.0.3 "cordova-plugin-multi-window"
   cordova-plugin-nativestorage 2.3.2 "NativeStorage"
   cordova-plugin-safariviewcontroller 1.6.0 "SafariViewController"
   cordova-plugin-sign-in-with-apple 0.0.1 "cordova-plugin-sign-in-with-apple"
   cordova-plugin-splashscreen 6.0.0 "Splashscreen"
   cordova-plugin-statusbar 2.4.3 "StatusBar"
   cordova-plugin-touchid 0.4.0 "Touch ID"
   cordova-plugin-transport-security 0.1.2 "App Transport Security"
   cordova-plugin-vibration 2.1.6 "Vibration"
   cordova-plugin-whitelist 1.3.4 "Whitelist"
   cordova-sqlite-storage 0.7.14 "Cordova sqlite storage plugin"
   cordova-support-google-services 1.3.2 "cordova-support-google-services"
   cordova.plugins.diagnostic 6.0.2 "Diagnostic"
   phonegap-plugin-barcodescanner 8.1.1-dev "BarcodeScanner"
   phonegap-plugin-multidex 1.0.0 "Multidex"
   phonegap-plugin-push 2.3.0 "PushPlugin"
   ```
   
   ```
   Requirements check results for android:
   Java JDK: installed 1.8.0
   Android SDK: installed true
   Android target: installed 
android-30,android-29,android-28,android-27,android-26,android-25,android-23,android-22,android-21
   Gradle: installed /usr/local/Cellar/gradle/5.6.3/bin/gradle
   ```
   
   ```
   Requirements check results for ios:
   Apple macOS: installed darwin
   Xcode: installed 11.7
   ios-deploy: installed 1.9.4
   CocoaPods: installed 1.10.0.beta.2
   ```
   
   ```
   Cordova CLI: 10.0.0 
   Ionic CLI Version: 2.2.3
   Ionic App Lib Version: 2.2.1
   ios-deploy version: 1.9.4 
   ios-sim version: 6.1.2 
   OS: macOS
   Node Version: v12.18.1
   Xcode version: Xcode 11.7 Build version 11E801a
   ```
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to