Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina 2021-02-17 22:03:30 +09:00 committed by GitHub
commit ffa1dc6219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);