Q:

how to check if user has installed pwa

if (window.matchMedia('(display-mode: standalone)').matches) {  
    // do things here
}  
0

New to Communities?

Join the community