cordova - Work with SD card in WorkLight framework and browser emulator -


i trying write worklight hybrid application requires reading image files saved on device's sd card.

the application needs read metadata of images - in particular geotag data. familiar phonegap api allows access files on sd card, have difficulty reading geotag data.

i desperately looking way push image files worklight console mbs (mobile browser simulator), can test application using browser emulator well.

the geolocation data contained in exif metadata in image. reading geolocation data cordova captured images may not work cordova versions prior 2.6, there number of resolved issues exif in cordova 2.6. mentioned, recent worklight version 5.0.6.1 contains cordova 2.3.

for android devices, there resolved issue related exif in cordova 2.6. here link issue: https://issues.apache.org/jira/browse/cb-1700

for ios devices, ability write exif data captured images added in cordova 2.6. however, not include geolocation data. there open issue exif geolocation data targeted cordova 2.8 release. here link: https://issues.apache.org/jira/browse/cb-2905


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -