Description
In Android, I receive all Exif data for the captured photo via both Camera
plugin (0.5.3+1) and Image_Picker
plugin (0.6.0+17) but on iOS I receive full Exif data only from Image_Picker
plugin, not the Camera
plugin.
Based on what you mentioned above, I know that the reason why we still receive the orientation data is related to your fix PR which has already merged.
What I really need is the full Exif data not only the orientation. Fortunately, my app's deploy target is iOS 11+ so I'm happy to use the new callback you mentioned above.
Is there any sample code related to that in Objective-C to be able to replace it with the current approach in the Camera plugin?
Is there any roadmap for fixing the issue to have full Exit data on iOS as well?
Originally posted by @iNima in #16587 (comment)
To implement the above we'd likely need to limit support to iOS 11, or only do this in iOS 11.