()
| 759 | * True if screen has mobile size |
| 760 | */ |
| 761 | export function isMobileScreen(): boolean { |
| 762 | return window.matchMedia(`(max-width: ${mobileScreenBreakpoint}px)`).matches; |
| 763 | } |
| 764 | |
| 765 | /** |
| 766 | * True if current device runs iOS |
no outgoing calls
no test coverage detected