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

    PWA install button now showing.

    Help
    2
    2
    428
    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.
    • R
      rafacribas last edited by rafacribas

      Hello everyone.

      I am trying to run my quasar application on PWA mode. I’ve implemented the configuration as in the configuration page.
      But the installation button does not appear on my browser. I have no idea what I could have missed.
      The application compiles and open in my browser normally, it just does not appear the installation option.
      I am running with “quasar dev -m pwa”
      The installation button appears on Google Chrome for other PWA webapps such as quasar documentation and Soundslice.

      This is my pwa config.
      9b2673b4-fa32-4483-a4ec-ea533ec7694c-image.png
      Thank you!

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @rafacribas last edited by dobbel

        @rafacribas

        That’s just the configuration of quasar’s workbox properties. The install button( and listening to the install event) won’t magically appear in your Quasar app. You’ll have to code it.

        Here’s a package that you could use:

        https://github.com/Bartozzz/vue-pwa-install

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