Skip to content

Commit

Permalink
fix(camera): return file URL for path, not system path (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd authored Jan 4, 2021
1 parent e026425 commit 8a9e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/ios/Plugin/CameraPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private extension CameraPlugin {
return
}
call?.resolve([
"path": fileURL.path,
"path": fileURL.absoluteString,
"exif": processedImage.exifData,
"webPath": webURL.path,
"format": "jpeg"
Expand Down

0 comments on commit 8a9e5c3

Please sign in to comment.