Link to home
Start Free TrialLog in
Avatar of saleemz
saleemzFlag for Australia

asked on

How much data can we store offline using phone gap for iOS (iPad) application

Hi EE

We are building an html5 app using phonegap. We use SQL server as a backend. We need the application to be available offline when there is no network. I was wondering if there is any data limitation using this approach.

Is there any best practice for offline applications using Phone Gap? or should we move to native  iOS (iPad) app.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of saleemz

ASKER

Thank you
No problem but you should have a read of the grading guidelines: http://support.experts-exchange.com/customer/portal/articles/481419-what-grade-should-i-award-

Any reason you didn't grade this an A?
Avatar of saleemz

ASKER

Hi Rob sorry about the delayed reply.

There is a better solution and we managed to use the following plugin https://github.com/brodysoft/Cordova-SQLitePlugin to make it work for us.

The reason I didn't give you A is because we still had to do a good amount of extra work. I hope it helps.