Camera "crashing" on iOS #551
Closed
leonelgregioauler
started this conversation in
General
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 |
0 replies
|
How are you calling capturePhoto? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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
All reactions