Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0
-
Tested on Windows Phone 8
Description
Hey there, found an issue regarding camera.getPhoto(); on the success callback when using the imageURI, window.resolveLocalFileSystemURI(imageURI); will return error 5, however by prepending "//" to the imageURI, behaviour continues on as normal.
Alerting the imageURI shows it as /CapturedImagesCache/, so I am assuming by prepending // (therefore making it ///CapturedImagesCache/) makes it resolve to the correct URI