Wednesday, 7 August 2013

How to support jQuery Mobile Offline version?

How to support jQuery Mobile Offline version?

I am making an app using jquery-mobile and phonegap. which parse json data
to show the content.
{"system":
{
"name": "Staci",
"thumb": "image.png"
}
}
I want my app like for the first time user will download all jsondata from
internet. and will store all the images and information in the device. So
from next time user dont have to use internet to see the app. is there any
way to do that. Thanks

No comments:

Post a Comment