Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Javascript
how to check if user has installed pwa
anotherdave
Programming language:
Javascript
2021-08-19 21:33:38
0
Q:
how to check if user has installed pwa
Trouble
Code:
Javascript
2021-06-27 22:22:58
if
(
window
.matchMedia(
'(display-mode: standalone)'
).matches) {
// do things here
}
0
Tags
user
use
check
install
how
Related
jQuery Validate remote method usage to check if username already exists
node js check if a user exists in mysql
New to Communities?
Join the community