You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/29 14:02:44 UTC

[GitHub] [cordova-plugin-camera] dominic-simplan opened a new issue #496: FileUri returned by camera.getPicture() with SourceType PHOTOLIBRARY cannot be resolved

dominic-simplan opened a new issue #496: FileUri returned by camera.getPicture() with SourceType PHOTOLIBRARY cannot be resolved
URL: https://github.com/apache/cordova-plugin-camera/issues/496
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   camera.getPicture() with SourceType = Camera.PictureSourceType.PHOTOLIBRARY and DestinationType = FILE_URI should return a fileUri which can be resolved by window.resolveLocalFileSystemURL() on Windows 10
   
   ### What does actually happen?
   camera.getPicture() returns a string which cannot be resolved, looking something like this: `blob:9954c-xxx- ...`.
   Only workaround seems to be to set the DestinationType to NATIVE_URI.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   ### Environment, Platform, Device
   Windows 10
   
   ### Version information
   Cordova Windows 6.0.1
   Cordova CLI 8.1.2
   cordova-plugin-camera: 4.0.3
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org