mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-05 16:49:17 +00:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
![]() |
const ua = navigator.userAgent.toLowerCase();
|
||
|
export const isMobile = /mobile|iphone|ipad|android/.test(ua);
|