[ flox1an/nostube ] fix(hooks): detect mobile in landscape mode
Removed screen width dependency from mobile detection. Now uses:
- User agent string (contains mobile keywords)
- Touch-primary with no hover capability (pointer: coarse + hover: none)
This correctly detects mobile devices in both portrait and landscape.
🤖 Generated with [Claude Code](
)


Claude Code - AI coding agent for terminal & IDE | Claude
Claude Code is an agentic AI coding tool that understands your entire codebase. Edit files, run commands, debug issues, and ship faster—directly ...
GitHub
fix(hooks): detect mobile in landscape mode · flox1an/nostube@7ae0d6c
Removed screen width dependency from mobile detection. Now uses:
- User agent string (contains mobile keywords)
- Touch-primary with no hover capab...