Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.4.0
-
None
-
Current Node Version
v0.10.25
Current Cordova CLI Version
3.4.0-0.1.0
Android
Description
No matter what I do I can not get a url of file:///... all I get is
content://media/external/images/media/1357
Here is my very simple code....
navigator.camera.getPicture(function(imageURI){ console.log('GOT IMAGE: '+imageURI); window.resolveLocalFileSystemURL(imageURI, function(entry){ console.log(entry.name + " " +entry.fullPath); }, function(e){ console.log('Some error occured: '+e.code); }); }, onPhotoFail, { destinationType: 1, sourceType: pictureSource, mediaType : Camera.MediaType.ALLMEDIA, encodingType: 0, allowEdit : false, correctOrientation:true, saveToPhotoAlbum: false, quality: 50 });
I always get content://... for the returned path from camera and even the same thing when I resolve the url. Can you confirm this bug?
Attachments
Issue Links
- is related to
-
CB-8740 Mobile Spec Camera test can't find the photo, keeps finding directory
- Closed