You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
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/
The text was updated successfully, but these errors were encountered: