Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Master
-
None
-
None
-
Windows 8 and Windows Phone 8
Description
When capturing an image using a source other than CAMERA, a Blob URL is returned, rather than a file URI.
https://github.com/apache/cordova-plugin-camera/blob/master/src/windows/CameraProxy.js#L168
successCallback(URL.createObjectURL(storageFile));
I believe that should be changed to this
successCallback("ms-appdata:///local/" + storageFile.name);
Attachments
Issue Links
- duplicates
-
CB-8498 Camera plugin on windows does not return native URL for photolibrary source
-
- Closed
-