tohagan / stlive

Massively speed up Sencha Touch mobile app development. Avoid compiling and redeployment.
Other
18 stars 5 forks source link

navigator.camera.getPicture() is responding differently under live edit session #46

Open tohagan opened 10 years ago

tohagan commented 10 years ago

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.

Used this code sample: http://phonegap.com/blog/2013/11/20/SenchaPhoneGap/