I have application with HTML5 & phonegap & iphone native plugins.
Image uploaded & stored on iphone's local storage using native plugin. Then they are providing base 64 image string & we are displying in HTML img tage.
So if there are more than 10 images then they have 10 base64 image string. So it's taking too much time to load the page.
Can we manage like this they will provide sdcard image path & we display in HTML image tag?
We tried but didn't succeeded.