MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / isMobile

Function isMobile

frontend/src/App.tsx:123–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123function isMobile() {
124 return (
125 /Android|iPhone|iPad|iPod/i.test(navigator.userAgent) ||
126 (window.matchMedia?.("(max-width: 860px)").matches && navigator.maxTouchPoints > 0)
127 );
128}
129
130function isDesktopSimulatorLayout() {
131 return Boolean(

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected