Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoLocation information missing on iOS #887

Open
3 tasks done
JohnCastle4 opened this issue Jun 25, 2024 · 0 comments
Open
3 tasks done

GeoLocation information missing on iOS #887

JohnCastle4 opened this issue Jun 25, 2024 · 0 comments

Comments

@JohnCastle4
Copy link

JohnCastle4 commented Jun 25, 2024

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:

  • (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.

Command or Code

Environment, Platform, Device

Version information

cordova-plugin-camera: 7.0.0
"cordova-ios": "^6.3.0"

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant