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

    don't appear App Icon to iOS (pin to home) in a SPA build* using icon-genie extension.

    Help
    1
    2
    196
    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.
    • D
      dba7 last edited by

      Hello everyone,

      The icon-genie extension generates the icons files correctly** in , but when pin the page to home the icon isn’t displayed.

      *Build mode… spa
      Pkg quasar… v1.1.0
      Pkg @quasar/app… v1.0.6
      Debugging… no
      Publishing… no

      app:extension Running “@quasar/icon-genie” Quasar App Extension… +0ms
      app:quasar-conf Reading quasar.conf.js +7ms
      app:webpack Extending SPA Webpack config +3s
      app:artifacts Cleaned build artifact: “/deploy/my-app-name/dist/spa” +5ms
      app:generator Generating Webpack entry point +0ms
      app:build Extension(@quasar/icon-genie): Running beforeBuild hook… +3ms
      app:extension-manager Updating /quasar.extensions.json for “@quasar/icon-genie” extension … +6s
      app:build Building… +10ms


      **dist/spa/statics/icons
      apple-icon-120x120.png apple-icon-180x180.png favicon-96x96.png icon-192x192.png icon-512x512.png
      apple-icon-152x152.png favicon-16x16.png favicon.ico icon-256x256.png ms-icon-144x144.png
      apple-icon-167x167.png favicon-32x32.png icon-128x128.png icon-384x384.png safari-pinned-tab.svg

      I accept suggestions to fix. Thanks you!

      1 Reply Last reply Reply Quote 0
      • D
        dba7 last edited by

        I found one way to show this icon, I manually add the line:

        <link rel=“apple-touch-icon” type=“image/png” sizes=“180x180” href=“statics/icons/apple-icon-180x180.png”>

        To index.template.html

        Thanks.

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