Skip to content

Commit

Permalink
fix(camera): Return the full webPath (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 28, 2021
1 parent 1020eed commit e849732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/ios/Plugin/CameraPlugin.swift
Expand Up @@ -213,7 +213,7 @@ private extension CameraPlugin {
call?.resolve([
"path": fileURL.absoluteString,
"exif": processedImage.exifData,
"webPath": webURL.path,
"webPath": webURL.absoluteString,
"format": "jpeg"
])
}
Expand Down

0 comments on commit e849732

Please sign in to comment.