Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to check if user has installed pwa

if (window.matchMedia('(display-mode: standalone)').matches) {  
    // do things here
}  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #user #installed #pwa
ADD COMMENT
Topic
Name
4+2 =