-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS13 - Select Video / getPicture #546
Comments
I am also getting this issue on the PictureSourceType.CAMERA... ================================================================= It eventually opens the Camera, but it takes a while sometimes up to 3 minutes for the camera too open... |
There is a solution for both! The slow and the problem with the Select Video. First, select Video can be fixed with this one here: and the slow Camera thing is caused by the UI Main THread checker. This one helps: Tried both with iOS 13.3. |
The link you (#546) referenced is to this page, did you mean to paste something else? |
Sorry! Yes! It is this one here: I edited my answer. |
Bug Report
Problem
on iOS 13 I am not longer able to select a video on device. SourceType is
PHOTOLIBRARY
What is expected to happen?
The Plugin takes a pictures from the lib and returns it.
What does actually happen?
No Image Selected
Information
It could be a problem in the "/cordova-plugin-camera/src/ios/CDVCamera.m".
Additional Log from XCode:
Command or Code
Found this in the "CVDCamera.m", but it is in the block where imagePickerControllerDidCancel but I did not cancel. So not totally sure if that is the right place to look for this problem.
Environment, Platform, Device
iPhone 7, iOS 13.3
Version information
Ionic:
Ionic CLI : 5.4.13 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.1.8
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.1.0, ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 17 other plugins)
Utility:
cordova-res : 0.6.0 (update available: 0.8.1)
native-run : 0.2.8 (update available: 0.3.0)
System:
ios-deploy : 1.9.2
ios-sim : 8.0.2
NodeJS : v8.11.3 (/usr/local/bin/node)
npm : 5.6.0
OS : macOS Mojave
Xcode : Xcode 11.3 Build version 11C29
Checklist
The text was updated successfully, but these errors were encountered: