Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-02-17 22:03:30 +09:00
committed by GitHub
14 changed files with 88 additions and 39 deletions

View File

@@ -0,0 +1,2 @@
const ua = navigator.userAgent.toLowerCase();
export const isMobile = /mobile|iphone|ipad|android/.test(ua);