fix: show 'not available on mobile' message instead of broken layout #3
Reference in New Issue
Block a user
Delete Branch "fix/mobile-not-available"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Detects mobile devices via user agent and viewport width (<=768px). On mobile, skips all checker initialization and renders only the header, description, and a styled "Not yet available on mobile" box.
Desktop behavior is completely unchanged — the mobile check returns early before any existing code runs.
Ref #2 (does not close)