Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Not A Problem
-
3.5.0
-
None
-
Android 2.3.6
Samsung s1 GT-I9003
Description
I'm having problems trying to store url photos into a database from gallery.
With resolveLocalFileSystemURL and fileEntry.toURL() and getting the full path of the image with no problems. But when I get a vertical image I'm getting something like:
cache/modified.jpg with resolveLocalFileSystemURL and cache/modified.jpg?xxxxxxxx without resolveLocalFileSystemURL
resolveLocalFileSystemURL is not resolving the path of the modified jpg.
Without resolveLocalFileSystemURL the path seems to be right but is not persistent. If I launch the app days after all the images pointing to cache/modified.jpg?xxxxxxxx are the same.