()
| 61 | * so they get desktop mode with full gallery. |
| 62 | */ |
| 63 | export function detectTouchDevice(): boolean { |
| 64 | return shouldUseTouchMode( |
| 65 | getTouchMediaState(getCurrentTouchEnvironment().matchMedia) |
| 66 | ); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Get detailed touch capabilities |
no test coverage detected