1.

What are storage options available in Ionic?

Answer»

STORAGE is the EASIEST way to store KEY, values and JSON objects in the Ionic Framework. Engines are used in storage. In a web application, storage will use WebSQL, IndexedDB, and local storage. Here are some of the storage AVAILABLE in ionic:

  • HTML5 local storage
  • Cookie and session storage
  • IndexedDB
  • WebSQL
  • PouchDB
  • Web service/api storage
  • Cordova storage


Discussion

No Comment Found