Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
3.5.0
-
None
-
None
-
Mac, Cordova, AngularJS
Description
Hello together,
I have a simple app which downloads an image from the internet, stores it into the "/documents" folder, use the fileEntry.fullPath and sets this path into the image-src.
<img src ="../../Documents/test.png">
With the new iOS 8 Version, the image isn't displayed anymore, with iOS 7 no problems.
fileEntry.fullPath, fileEntry.toInternalURL(), fileEntry.toURL(), fileEntry.toNativeURL() etc, didn't have any affect.
(That description is just a simple case, the app itself is much more bigger)
Can you help me please?