You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoLocation information is included in the EXIF data.
What does actually happen?
GeoLocation information is dropped.
Information
In function:
(void)imagePickerControllerReturnImageResult
Reverting back to using self.data on line 812:
CGImageDestinationRef destinationImage = CGImageDestinationCreateWithData((__bridge CFMutableDataRef)self.data, sourceType, 1, NULL);
Resolved the issue for us.
Our company policy prevents us from pushing the change back to the open source project.
Bug Report
Problem
What is expected to happen?
GeoLocation information is included in the EXIF data.
What does actually happen?
GeoLocation information is dropped.
Information
In function:
Reverting back to using self.data on line 812:
CGImageDestinationRef destinationImage = CGImageDestinationCreateWithData((__bridge CFMutableDataRef)self.data, sourceType, 1, NULL);
Resolved the issue for us.
Our company policy prevents us from pushing the change back to the open source project.
Command or Code
Environment, Platform, Device
Version information
cordova-plugin-camera: 7.0.0
"cordova-ios": "^6.3.0"
Checklist
The text was updated successfully, but these errors were encountered: