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 not running in standalone (Quasar 0.15.2) ?

    Starter Kits
    4
    10
    3261
    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.
    • cheebhodh
      cheebhodh last edited by

      Hy master, How to make PWA running in standalone? I just tried build simple application with Quasar v0.15.2 (starter-kit) with PWA, I have been uploaded to server with https, but when I try to add homescreen, and then running the application, I got application not running in standalone but open in chrome, (Service Worker and Manifest use default), thank you …

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        Hi, You either use Quasar starter kit or you go with the UMD version and build a PWA yourself.

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

          I use Quasar Starter Kit master.

          1 Reply Last reply Reply Quote 0
          • rstoenescu
            rstoenescu Admin last edited by

            Have you read docs? Do you know how PWA works? Might be worth it to read up on that first.

            1 Reply Last reply Reply Quote 0
            • B
              b3j0f last edited by

              Is it possible to install a PWA in dev mode on my smartphone in using the default install banner ?

              I don’t know which requirements I am missing…

              • manifest : default (I suppose it is ok, thanks for generating default fields short_name, icons and start_url fields)
              • https ok (from the quasar.conf.js)
              • default service worker (I suppose it is ok as well)
              • using “quasar dev -m pwa” and visiting several times “https://192.168…:8080” with at least 5 mn of waiting between two visites : ok -> should I use the port 80/443 ?

              Regards

              1 Reply Last reply Reply Quote 0
              • rstoenescu
                rstoenescu Admin last edited by

                Check this for “Add to home screen” to speed things up. Otherwise, as far as I know, you need to visit the same URL for a certain number of days in order for the install banner to be triggered: https://www.youtube.com/watch?time_continue=7&v=xkme8WFyoXw
                There’s an equivalent easy way to do on iOS too. Just google for it.

                1 Reply Last reply Reply Quote 0
                • S
                  sherman last edited by

                  Hi, same here.

                  • quasar init test (with default settings)
                  • quasar build -m pwa -t mat
                  • serve /dist directory over HTTPS with a valid certificate
                  • “add to home screen” is showing, service worker registered, but it always opens in a new browser tab (display=standalone)

                  (quasar-cli 0.15.11 / quasar-framework 0.15.7)

                  Regards

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

                    Stil same problem … 😞

                    1 Reply Last reply Reply Quote 0
                    • rstoenescu
                      rstoenescu Admin last edited by

                      It depends on the iOS and Android support for PWA. For example, iOS does not have full support (yet). What you are experiencing is not due to Quasar, which I can strongly confirm it does all things correctly.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sherman @rstoenescu last edited by

                        @rstoenescu I tested it with Android 6.0 and Chrome 64/65 using Quasar 0.15 and 0.14 and it does not open in standalone/fullscreen mode.

                        However, other PWA’s open in standalone/fullscreen mode. For example: https://airhorner.com/

                        Steps:

                        • new blank project with default settings (quasar init test)
                        • serve /dist/pwa-mat directory over HTTPS with a valid certificate
                        • “add to home screen” is showing
                        • service worker registered
                        • no errors logged in console

                        Any clue about how to debug the problem?

                        Best regards.

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