Navigator.camera.getpicture Doesn’t Call Success Callback - Ionic Framework - Cordova
I am using navigator.camera for taking pictrues. The success and error call back is not getting called most of the time. I have installed cordova camera plugin I am using ionic 1
Solution 1:
It started working perfectly when I disconnected my phone from my system. Something wrong was happening when my phone was in developer mode.
Given below are few links which might help others facing similar issue
PhoneGap camera restarts the application
How to prevent Android to restart application after calling camera intent?
Cordova / Samsung Galaxy SIII - Camera Crashes app
Phonegap camera android kills cordova
Cordova plugin callback received after second plugin call
Posting this here so that this will help someone else. :)
Post a Comment for "Navigator.camera.getpicture Doesn’t Call Success Callback - Ionic Framework - Cordova"