blowater/UI/_helper.ts

4 lines
97 B
TypeScript

export function isMobile() {
return /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
}