This question is locked. New answers and comments are not allowed.
Whenever I try to use the camera plugin app Builder crashes. Not every time but like 3 out of 4 times.
When it crashes it crashes as soon as I hit "use image". I have tried file_uri data_uri, etc.. tried going from 100% quality all the way down to 1. No options I change seem to make a difference.
I get the same results when I switch to using the capture plugin. Any ideas are welcome. Just doesn't get past this point.
When it crashes it crashes as soon as I hit "use image". I have tried file_uri data_uri, etc.. tried going from 100% quality all the way down to 1. No options I change seem to make a difference.
I get the same results when I switch to using the capture plugin. Any ideas are welcome. Just doesn't get past this point.
1.navigator.camera.getPicture(onPhotoDataSuccess, onFail, {2. quality: 20,3. saveToPhotoAlbum: true,4. sourceType: Camera.PictureSourceType.CAMERA,5. destinationType: Camera.DestinationType.FILE_URI });