I am trying to write a Worklight Hybrid application that requires reading image files saved on the device's SD card.
The application needs to read the metadata of the images - in particular the GeoTag data. I am familiar with the PhoneGap API that allows access to files on the SD card, but I have difficulty reading the GeoTag data.
I am also desperately looking for a way to push image files to Worklight Console MBS (Mobile Browser Simulator), so I can test my application using the browser emulator as well.