Answers for "how to check if user has installed pwa"

0

how to check if user has installed pwa

if (window.matchMedia('(display-mode: standalone)').matches) {  
    // do things here
}
Posted by: Guest on April-28-2020

Code answers related to "how to check if user has installed pwa"

Code answers related to "Javascript"

Browse Popular Code Answers by Language