Camera "crashing" on iOS #551
Replies: 3 comments
-
This is probably worth actually raising a new issue in the camera plugin repo: https://github.com/apache/cordova-plugin-camera/issues |
Beta Was this translation helpful? Give feedback.
-
How are you calling capturePhoto? |
Beta Was this translation helpful? Give feedback.
-
The problem is on parameter: cameraDirection: 'BACK' This parameter cannot be used, only for Android. Thank you guys !! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I have a problem on using camera into iOS. On button click the app crashes and close without appearing any error. (physically iOS and Simulator)
I know that into iOS Simulator the camera doesn't open, but I think it shouldn't generate this error. So, I think this error can be used to identify my problem.
On simulator, the code should return this.onFail function ?
On debug, the app crashes after executes navigator.camera.getPicture, without catching this.onFail funcion.
Plugins installed
Config.xml
Beta Was this translation helpful? Give feedback.
All reactions