I ran this simple test app and found that navigator.camera.getPicture() is responding with a content:// URL rather than a file:// URL when called from a live edit session on Android 4.4.2 and photo is selected from Gallery.
Might be an Android permissions issue or perhaps a bug in live edit or in the Java code. Need to check config.xml.
I ran this simple test app and found that navigator.camera.getPicture() is responding with a
content://
URL rather than afile://
URL when called from a live edit session on Android 4.4.2 and photo is selected from Gallery.Might be an Android permissions issue or perhaps a bug in live edit or in the Java code. Need to check
config.xml
.Used this code sample: http://phonegap.com/blog/2013/11/20/SenchaPhoneGap/