I am Storing a JSON object in ionic storage and I am using this storage to work in offline mode.
JSON object is also carrying some links which are referring to some images
In android when I run the app in offline mode it is getting the images from the storage.
But in IOS it is getting all data except images.
Can you tell me why in android it is working fine and in IOS it is not ?
Native storage stores JSON object, I have tested.
Native storage is also not getting images in IOS in offline mode.
If you don’t get any better answers, you can consider using data URLs. They’re less efficient in terms of storage space, but are considerably easier to work with in situations like this.
If this is really the case in iOS, you will have to handle caching yourself somehow. I suggest creating a new topic, where you just describe the problem (How to make iOS app cache external images…) and ask for solutions. (Not related to Ionic Storage in any way, so this topic won’t be the right place to discuss this)