1

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.

1 Answer 1

1

Take a look at FileTransfer. You can use it to download files to mobile phone file storage, after download just save path and set src attribute of img.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.