1

I have an app in Andoid, Iphone and Windows which have ASP.NET Server with SQL Server Database. Now, I want to my app to support offline. For this I need to use the databse on client. I have search but not found an accurate answer. Some people says that IndexDb not work on IOS and some says Web SQl is not maintained? Is there any database that work fine with javascript on Android, IOS and Windows Phone

Imran Qadir Baksh - Baloch
  • 32,612
  • 68
  • 179
  • 322

1 Answers1

1

It seems I can use IndexedDB with this polyfill.

Edit: This thread shows that JayData is the way to go.

Community
  • 1
  • 1
Imran Qadir Baksh - Baloch
  • 32,612
  • 68
  • 179
  • 322