()
| 121 | } |
| 122 | |
| 123 | function 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 | |
| 130 | function isDesktopSimulatorLayout() { |
| 131 | return Boolean( |