[
https://issues.apache.org/jira/browse/CB-14184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16530824#comment-16530824
]
Alex Ryltsov commented on CB-14184:
-----------------------------------
I could be wrong but there are different implementations -
android.media.ExifInterface (Android 7.0+ (API Level 24)) and
android.support.media.ExifInterface (from the support libraries
({{com.android.support:exifinterface}}).
May be the problem is not related to the above interface and there is a smth
else. But he problem is 100% reproducible. When taking a photo using camera
plugin on Android 6.0 there is no exif gps coordinates and these are always
present when taking a photo on Android 7.0.
> EXIF details are not available when taking a photo on Android 6.x (Nexus 5)
> ---------------------------------------------------------------------------
>
> Key: CB-14184
> URL: https://issues.apache.org/jira/browse/CB-14184
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-camera
> Environment: Android 6.0 (Nexus 5)
> Reporter: Alex Ryltsov
> Priority: Major
>
> When taking a photo using cordova-plugin-camera in the hybrid application on
> Android 6.0 there is no location EXIF details available. Please note that it
> works fine on Android 7.0.
> I'm not an Android developer but it seems that the cordova camera plugin uses
> ExifInterface class
> (https://developer.android.com/reference/android/media/ExifInterface#ExifInterface(java.io.FileDescriptor))
> which was added in API level 24 (Android 7.0) and it does not provide add
> EXIF details when taking a photo on a platform below Android 7.0.
> The problem exists on the latest cordova-plugin-camera version 4.0.3
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]