• Hi
    I have a “Download now” button on my site to download the PWA on my site, the question is, what link should I put on the button so that someone who clicks that button (“Download now” button) can download it?
    Thank you

Viewing 15 replies - 1 through 15 (of 35 total)
  • Plugin Author Magazine3

    (@magazine3)

    This tutorial will help you to setup add to home screen on click: https://pwa-for-wp.com/docs/article/how-to-add-to-home-on-element-click/

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Hi
    I have set it up according to the tutorial you gave but the button is still not working.
    Here is the URL: https://mutiaradakwah.com/aplikasi/
    Thank you

    Thread Starter Mushlih Almubarak

    (@mushlih)

    It doesn’t even the installation banner appears on my site, why?

    Plugin Author Magazine3

    (@magazine3)

    We checked from our end and the installation banner perfectly appearing on your site. Can you please check it once by clearing the browser cache and let us know back?

    Screengrabs for reference:
    https://prnt.sc/13ihgmg
    https://prnt.sc/13ihaxq

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Hi
    Yes, now the banner has appeared but only once, why?
    However, the button when clicked still doesn’t work.
    Thank you

    Plugin Author Magazine3

    (@magazine3)

    Can you please share a short video of the issue? So that we will have a look and let you know back.

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Hi
    Actually, I’ve installed it before.
    Is it because that the notification doesn’t appear?
    Even though I’ve uninstalled it but it still doesn’t show up

    Plugin Author Magazine3

    (@magazine3)

    We inspected your site and it seems like there are few errors.

    service worker scripts not present in HTML: Maybe an issue with cache, so can you please check it once by clear all server-side caches(CDN/cache plugins/etc)

    For image errors in manifest: Upload proper 192×192(icon) & 512×512 (splash screen) in PWA option panel.

    Can you please check it once the above and let us know back?

    Thread Starter Mushlih Almubarak

    (@mushlih)

    I’ve disabled the cache plugin temporarily, then cleared the cache on the CDN, and resized the icon.
    But the notification still doesn’t appear, and the trigger still doesn’t work.

    Plugin Author Magazine3

    (@magazine3)

    Extremely sorry for the delay in response. We inspected your site and observed that the service worker failure due to the js page is printing with Html/text header. But we need javascript/text in the header. Can you please try to resolve this by providing the following?

    header( “Content-Type: application/javascript” );

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Should I put that code inside the <head>?
    And if I add that code is it safe for my site? Do browser/google/crawlers/other search engines still assume my site a “website” and not an “app”?
    Because I see in your code it says “application”, and I’m assuming it’s to tell browsers/google/crawlers/other search engines that “this is an application, not a website”, is that correct?

    Plugin Author Magazine3

    (@magazine3)

    Can you please check it once by clearing the server-side cache and re-save the plugin options and let us know back if it still persists?

    Thread Starter Mushlih Almubarak

    (@mushlih)

    sorry, can you answer my previous question?

    Plugin Author Magazine3

    (@magazine3)

    On your website, the Service worker not installed (HTML not came). For that, Please clear the server-side cache and resave the plugin options and let us know back.

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Do i still need to put this code:
    header( “Content-Type: application/javascript” );
    And what happens if I put that code? Does Google still consider my website as a normal website? And not the app?

Viewing 15 replies - 1 through 15 (of 35 total)
  • The topic ‘Trigger To Install’ is closed to new replies.