No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [Solved] Quasar and PWA's: Save persistent information in IndexedDB

    Framework
    2
    2
    1941
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mesqueeb
      mesqueeb last edited by mesqueeb

      I see that Quasar has added a PWA wrapper.
      I was just wondering about the local storage.
      I’m creating a task list with quasar, and am looking into storing the tasks locally, only syncing upon launching the app if there is an internet connection.

      Then, similar to apple notes, reminders, etc. it would sync/combine the local and online version in case there are changes on either side.

      I’m still trying to figure this out on Cordova as well:
      http://cordova.apache.org/docs/en/latest/cordova/storage/storage.html
      But I’m not out of it yet. I was wondering about the possibilities of local storage with PWA’s.

      -Luca Ban

      1 Reply Last reply Reply Quote 0
      • a47ae
        a47ae last edited by

        For storing this persistent kind of information I would not recommend LocalStorage, but instead IndexedDB which is also a standardized storage in HTML5 and should also work with Cordova.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post