mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
feat: PWA
This commit is contained in:
3
web/src/util/pwa.js
Normal file
3
web/src/util/pwa.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export function isStandalone() {
|
||||
return 'standalone' in window.navigator && window.navigator.standalone
|
||||
}
|
Reference in New Issue
Block a user