Skip to content Skip to sidebar Skip to footer

Phonegap GetPicture Function Long Delay, Resumes On Recall

I am having a problem when capturing a photo in Cordova / Phonegap 3.2 app on Android devices. When I run the navigator.camera.getPicture function, the camera returns success after

Solution 1:

I faced the same problem on phonegap 2.9.0 , after doing many failed trials to solve the problem, I did the following

  • I created a new phonegap 3.5.0 project

  • I built the android platform from CLI

  • I copied the www folder to the new project root folder

  • I added all needed plugins using CLI

  • I did the necessary changes in top-level config.xml file for icon and splash screen because file construction is different

  • I ran the project , and it is ok now.


Post a Comment for "Phonegap GetPicture Function Long Delay, Resumes On Recall"