mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-27 09:56:21 -07:00
14148f6c4a
Resolve #7779
2 lines
109 B
TypeScript
2 lines
109 B
TypeScript
const ua = navigator.userAgent.toLowerCase();
|
|
export const isMobile = /mobile|iphone|ipad|android/.test(ua);
|