adeel399 opened a new issue, #817:
URL: https://github.com/apache/cordova-plugin-camera/issues/817

   # Bug Report
   Camera is not opening on Sony Xperia(J8210) only on other devices its 
working.
   ## Problem
   
   ### What is expected to happen?
   Camera should open smothly on device
   
   
   ### What does actually happen?
   
   camera is not opening without any error
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   {
     "name": "sezzsoapp",
     "version": "0.0.1",
     "author": "Ionic Framework",
     "homepage": "https://ionicframework.com/";,
     "scripts": {
       "ng": "ng",
       "start": "ng serve",
       "build": "ng build",
       "test": "ng test",
       "lint": "ng lint",
       "e2e": "ng e2e"
     },
     "private": true,
     "dependencies": {
       "@angular/common": "~11.2.0",
       "@angular/core": "~11.2.0",
       "@angular/forms": "~11.2.0",
       "@angular/platform-browser": "~11.2.0",
       "@angular/platform-browser-dynamic": "~11.2.0",
       "@angular/router": "~11.2.0",
       "@awesome-cordova-plugins/android-permissions": "^5.37.1",
       "@awesome-cordova-plugins/camera": "^5.37.1",
       "@awesome-cordova-plugins/core": "^5.37.1",
       "@awesome-cordova-plugins/media-capture": "^5.37.1",
       "@awesome-cordova-plugins/social-sharing": "^5.40.0",
       "@capacitor/android": "^3.0.0",
       "@capacitor/core": "3.0.0",
       "@capacitor/ios": "^3.0.0",
       "@ionic-native/barcode-scanner": "^5.36.0",
       "@ionic-native/clipboard": "^5.35.0",
       "@ionic-native/core": "^5.33.1",
       "@ionic-native/downloader": "^5.33.1",
       "@ionic-native/file": "^5.33.1",
       "@ionic-native/file-path": "^5.36.0",
       "@ionic-native/ftp": "^5.36.0",
       "@ionic-native/in-app-browser": "^5.33.1",
       "@ionic-native/onesignal": "^5.31.1",
       "@ionic-native/preview-any-file": "^5.36.0",
       "@ionic-native/social-sharing": "^5.33.1",
       "@ionic-native/streaming-media": "^5.36.0",
       "@ionic-native/stripe": "^5.33.1",
       "@ionic-native/video-editor": "^5.36.0",
       "@ionic/angular": "^5.5.2",
       "@ionic/cordova-builders": "^6.1.0",
       "cordova-plugin-android-support-v4": "^21.0.1",
       "cordova-plugin-androidx": "^3.0.0",
       "cordova-plugin-androidx-adapter": "^1.1.3",
       "exif-js": "^2.3.0",
       "mux-embed": "^4.1.1",
       "ngx-pinch-zoom": "^2.6.2",
       "npm": "^6.14.13",
       "plyr": "^3.6.8",
       "recursive-readdir": "^2.2.2",
       "rxjs": "~6.6.0",
       "tslib": "^2.0.0",
       "video.js": "^7.15.4",
       "zone.js": "~0.11.4"
     },
     "devDependencies": {
       "@angular-devkit/build-angular": "^0.1102.18",
       "@angular/cli": "^11.1.4",
       "@angular/compiler": "^11.2.14",
       "@angular/compiler-cli": "^11.2.14",
       "@angular/language-service": "~11.2.0",
       "@capacitor/cli": "3.0.0",
       "@ionic/angular-toolkit": "^3.1.0",
       "@types/jasmine": "~3.6.0",
       "@types/jasminewd2": "~2.0.3",
       "@types/node": "^12.11.1",
       "@typescript-eslint/eslint-plugin": "4.16.1",
       "@typescript-eslint/parser": "4.16.1",
       "com-darryncampbell-cordova-plugin-intent": "^2.2.0",
       "cordova-android": "^9.1.0",
       "cordova-clipboard": "^1.3.0",
       "cordova-plugin-android-permissions": "^1.1.2",
       "cordova-plugin-camera": "^5.0.3",
       "cordova-plugin-chooser": "^1.3.2",
       "cordova-plugin-compat": "^1.2.0",
       "cordova-plugin-device": "2.0.2",
       "cordova-plugin-file": "^6.0.2",
       "cordova-plugin-ftp": "^1.2.1",
       "cordova-plugin-inappbrowser": "^5.0.0",
       "cordova-plugin-ionic-keyboard": "^2.0.5",
       "cordova-plugin-ionic-webview": "^4.0.0",
       "cordova-plugin-media-capture": "^3.0.3",
       "cordova-plugin-preview-any-file": "^0.2.9",
       "cordova-plugin-splashscreen": "5.0.2",
       "cordova-plugin-statusbar": "2.4.2",
       "cordova-plugin-streaming-media": "^2.3.0",
       "cordova-plugin-stripe": "^1.5.3",
       "cordova-plugin-video-editor": "^1.1.3",
       "cordova-plugin-whitelist": "1.3.3",
       "cordova-plugin-x-socialsharing": "^6.0.3",
       "es6-promise-plugin": "^4.2.2",
       "eslint": "^7.6.0",
       "eslint-plugin-import": "2.22.1",
       "eslint-plugin-jsdoc": "30.7.6",
       "eslint-plugin-prefer-arrow": "1.2.2",
       "integrator-cordova-plugin-downloader": "^1.1.0",
       "jasmine-core": "~3.7.1",
       "jasmine-spec-reporter": "~5.0.0",
       "jetifier": "^2.0.0",
       "karma": "~6.3.2",
       "karma-chrome-launcher": "~3.1.0",
       "karma-coverage": "~2.0.3",
       "karma-coverage-istanbul-reporter": "~3.0.2",
       "karma-jasmine": "~4.0.0",
       "karma-jasmine-html-reporter": "^1.5.0",
       "onesignal-cordova-plugin": "^3.2.0",
       "phonegap-plugin-barcodescanner": "^8.1.0",
       "protractor": "~7.0.0",
       "ts-node": "~8.3.0",
       "typescript": "^4.0.8"
     },
     "description": "An Ionic project",
     "cordova": {
       "plugins": {
         "cordova-plugin-whitelist": {},
         "cordova-plugin-statusbar": {},
         "cordova-plugin-device": {},
         "cordova-plugin-splashscreen": {},
         "cordova-plugin-media-capture": {},
         "cordova-plugin-ionic-webview": {
           "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
         },
         "cordova-plugin-inappbrowser": {},
         "cordova-plugin-ionic-keyboard": {},
         "cordova-plugin-file": {},
         "integrator-cordova-plugin-downloader": {},
         "phonegap-plugin-barcodescanner": {
           "ANDROID_SUPPORT_V4_VERSION": "27.+"
         },
         "cordova-plugin-android-permissions": {},
         "cordova-clipboard": {},
         "cordova-plugin-preview-any-file": {},
         "cordova-plugin-streaming-media": {},
         "cordova-plugin-video-editor": {},
         "cordova-plugin-camera": {
           "ANDROID_SUPPORT_V4_VERSION": "27.+"
         },
         "cordova-plugin-chooser": {},
         "cordova-plugin-stripe": {},
         "cordova-plugin-x-socialsharing": {},
         "onesignal-cordova-plugin": {}
       },
       "platforms": [
         "android"
       ]
     }
   }
   above is my package.json 
   
   i am using ionic 6 with cordova
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   
   
   ### 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.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] 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.

To unsubscribe, e-mail: [email protected]

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