tablet-initial-release

This commit is contained in:
mike
2025-12-16 18:48:30 +01:00
parent b0af72a0a0
commit 03a7d11976
5 changed files with 1269 additions and 3 deletions

View File

@@ -28,8 +28,8 @@
// Small screens: force mobile
targetPage = 'mobile.html'
} else if (isTabletDevice || (width >= 500 && width < 1200)) {
// Tablets: iPad/Android tablet OR 500-1200px
targetPage = 'index.html'
// Tablets: iPad/Android tablet OR 500-1200px - use full app
targetPage = 'tablet-app.html'
} else {
// Desktop: >= 1200px
targetPage = 'index.html'