cordova-plugin-camera icon indicating copy to clipboard operation
cordova-plugin-camera copied to clipboard

Apache Cordova Plugin camera

Results 152 cordova-plugin-camera issues
Sort by recently updated
recently updated
newest added

### Platforms affected n/a ### Motivation and Context Sync the GH Action Workflow with match with cordova-paramedic (source of truth) ### Description Copy over Android & iOS CI Workflow configs...

# Bug Report ## Problem I am looking for help, with a camera crashing problem on an Xiaomi Redmi 7A mobile device. ### What is expected to happen? In my...

# Bug Report ## Problem Application is crashed when take picture from camera ### What is expected to happen? when picture is taken then image file_url show ### What does...

info-needed

Apple rejected my App due to this permission message. while I had no option to change it dynamically and got to change it manually in this file https://github.com/apache/cordova-plugin-camera/blob/4608f8ef8027a5c7130a3479c2d37a5e391c70e8/src/ios/CDVCamera.m#L167 However, Apple...

info-needed

# Bug Report ## Problem App crashes when using [Timestamp app](https://play.google.com/store/apps/details?id=com.jeyluta.timestampcamerafree&hl=es_MX&gl=US) to take a picture. ### What is expected to happen? App should inform that the URI is not accessible...

platform: android
Help Wanted

# Bug Report `Msg: cannot open camera: 20` ## Problem Camera doesn't open, Gallery doesn't open, for Android 13 emulator Pointing API 33 of Android in the build.gradle ### What...

bug
platform: android

# Bug Report ## Problem I have an Android tablet (Zebra ET51 with android 10)I. If I have the tablet in landscape mode and take a picture, the picture is...

# Bug Report ## Problem Same issue detailed here: https://github.com/ionic-team/ionic-native/issues/2634 When accessing feature that requires access to the users camera roll on clean app install, app is not asking and...

platform: ios
Help Wanted

#ionic 3 camera crash after asking for permission I am using cordova 8.1.2. The camera is working when I Change: this.applicationId = (String) BuildHelper.getBuildConfigValue(cordova.getActivity(), "APPLICATION_ID"); To: this.applicationId = cordova.getContext().getPackageName(); Please...

info-needed

Hi all, I am using Android 11 camera plugin 5.0.2, when I click on camera icon permission dialog will appear when I allow the permission app getting crash, this is...