I am trying to make my website as PWA and got the ServiceWorker integrated into it. The ServiceWorker is registered properly as I am able to see the "offline" capabilities.
The problem though is that I am unable to get the "Install" button for installing the PWA.
I have followed the instructions related to pwa-install package, but still it doesn't work.
I have also opened a Github issue for the same which has more details and screenshots:
https://github.com/pwa-builder/pwa-install/issues/355
Any help here would be appreciated. Thanks in advance.