Will iOnic framework support the following?

Will iOnic framework support the following? Or even can it work with the following?

  1. Use of camera ā€“ ability to take picture and upload to our web server within the applications
  2. Use of SQL Lite on the device
  3. Encryption of data on the device
  4. Ability to store more than 5Mb of data on the device, i.e. use storage other than just the HTML 5 offline storage allocated to browser-only applications

PS: Iā€™m new to inonic and really liking it so far :smile:
Thanks in advance.

  1. https://github.com/apache/cordova-plugin-camera --> for fileupload https://github.com/apache/cordova-plugin-file-transfer
  2. https://github.com/litehelpers/Cordova-sqlite-storage
  3. in combination with sqlite --> https://www.zetetic.net/sqlcipher/
  4. sqlite or any other clientside db (PouchDB with CouchDB backend, JSON-Files, ā€¦)

So there are plugins for many native components of the device :wink:

Thank you for all the links. Great help :smile: