PWA installation banner settings

1

I have a PWA that was built using VueJS and I would like to know if it is possible to display the installation banner more than once, since it currently only asks once if the user wants to install PWA.

I wonder if it is possible to display the banner more than once, for example: the user accessed the site using his smartphone when using mobile data and was asked about the installation of PWA, but he clicked the X to close the banner, but when he gets home he wants to install because at that moment he has wi-fi available, but when he accesses this time the banner does not appear.

If it is possible to make the banner appear again, how to do this ??

Note: I have already researched the documentation and do not talk about it, but do not talk about appearing only once ...

    
asked by anonymous 03.05.2018 / 19:09

1 answer

0

I already found the solution for what I needed.

The banner is only shown once, if the user does not install the app the banner will only be shown again when (and if) the user clears the browser's cache, it is available in this link . But when it comes to the notification permission pop-up, you can allow, deny, or have it request permission again by changing site settings ...

    
04.05.2018 / 14:57