native_exif icon indicating copy to clipboard operation
native_exif copied to clipboard

Altitude value

Open kemaluzel opened this issue 2 years ago • 1 comments

I want to set the altitude value, await exif.writeAttribute("key", "value"); I tried with but it didn't work

kemaluzel avatar Oct 27 '23 12:10 kemaluzel

Hi,

depending on the platform (android or iOS) you need to ensure to use the correct attribute names. See here for more details.

d-kuen avatar Jan 22 '24 21:01 d-kuen