Skip to content

Commit 2027d84

Browse files
committed
hotfix: dreamsync client
1 parent 6dec504 commit 2027d84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

platforms/dreamSync/client/src/lib/utils/mobile-detection.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export function isMobileDevice(): boolean {
1212
return true;
1313
}
1414

15-
// Check for touch capability
16-
if ('ontouchstart' in window || navigator.maxTouchPoints > 0) {
17-
return true;
18-
}
19-
2015
// Check screen size
2116
if (window.innerWidth <= 768) {
2217
return true;

0 commit comments

Comments
 (0)