cordova - Phonegap 3.5 android 4.4 camera photo album very slow to retreived -



cordova - Phonegap 3.5 android 4.4 camera photo album very slow to retreived -

hi upgrade phonegap project latest version 3.5 . found tat slow retrieve image when take photo. sometime image appear . sometime not appear. btw nt able selected image album .any 1 face issue before?

please c code

$("#camerabtn").bind("click", function () { $("#popupgallery").popup("close"); navigator.camera.getpicture(onphotodatasuccessre, onfail, { quality: 30, destinationtype: camera.destinationtype.data_url, }); event.preventdefault() ; }); $("#gallerybtn").bind("click", function () { $("#popupgallery").popup("close"); navigator.camera.getpicture(onphotodatasuccessre, onfail, { quality: 30, destinationtype: navigator.camera.destinationtype.data_url, sourcetype: navigator.camera.picturesourcetype.savedphotoalbum }); event.preventdefault() ; });

cordova photo android-4.4-kitkat photo-gallery

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -