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

Android - force old photo picker; iOS - return originalPath as well #2237

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

budowski
Copy link

@budowski budowski commented Nov 9, 2023

Thanks for submitting a PR! Please read these instructions carefully:

  • [ X ] Explain the motivation for making this change.
  • [ X ] Match the code formatting of the rest of the codebase.
  • [ X ] Target the main branch, NOT a "stable" branch.

Motivation (required)

  1. Return originalPath for iOS as well.
  2. Android- because of a known issue with latest Android versions - the default photo picker does not return EXIF metadata. So the way to solve this is to force using the old Android photo picker, which does return EXIF metadata. This is crucial to any app that needs geolocation data, etc. from the photo.

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

Successfully merging this pull request may close these issues.

None yet

1 participant