App works well on desktop. On iPhone SE viewport (375px), the navigation menu overflows and the "Add task" button is hidden behind the keyboard on iOS. The modal close button is too small to tap reliably at 16×16px. 3 mobile-specific bugs found.
1. Open app on mobile or set viewport to 375×812 2. Look at the top navigation bar
Hamburger menu or stacked nav links
Nav items overflow horizontally. "Settings" and "Profile" links are invisible without scrolling. No scroll indicator.
1. Open app on iPhone (or 375px viewport) 2. Tap in the task input field 3. Keyboard opens
"Add task" button visible above keyboard
Button is positioned at bottom of screen. iOS keyboard covers it completely. No way to submit without closing keyboard first.
1. Tap a task to open details modal 2. Try to close with × button
Close button ≥44×44px touch target (Apple HIG minimum)
× button renders at 16×16px. Required 3 attempts to tap successfully. WCAG 2.5.5 violation.
| Method | Path | Status | Time | Size |
|---|---|---|---|---|
| GET | / | 200 | 234ms | 28 KB |
| GET | /api/tasks | 200 | 445ms | 12 KB |
| POST | /api/tasks | 201 | 312ms | 0.4 KB |
| DELETE | /api/tasks/7 | 204 | 198ms | 0 B |
Every report ships as a structured prompt you can paste directly into Cursor, Claude, or GPT-4. No copy-pasting bugs manually — your agent gets the full context instantly.
# BetaWindow QA Report — TodoFlow (demo) ## Tester Summary App works well on desktop. On iPhone SE viewport (375px), the navigation menu overflows and the "Add task" button is hidden behind the keyboard on iOS. The modal close button is too small to tap reliably at 16×16px. 3 mobile-specific bugs found. ## Bugs Found ### Bug 1: Navigation menu overflows at 375px — items cut off [HIGH] Steps to reproduce: 1. Open app on mobile or set viewport to 375×812 2. Look at the top navigation bar Expected: Hamburger menu or stacked nav links Actual: Nav items overflow horizontally. "Settings" and "Profile" links are invisible without scrolling. No scroll indicator. ### Bug 2: "Add task" button hidden by iOS keyboard on mobile [HIGH] Steps to reproduce: 1. Open app on iPhone (or 375px viewport) 2. Tap in the task input field 3. Keyboard opens Expected: "Add task" button visible above keyboard Actual: Button is positioned at bottom of screen. iOS keyboard covers it completely. No way to submit without closing keyboard first. ### Bug 3: Modal close button (×) too small to tap — 16×16px touch target [MEDIUM] Steps to reproduce: 1. Tap a task to open details modal 2. Try to close with × button Expected: Close button ≥44×44px touch target (Apple HIG minimum) Actual: × button renders at 16×16px. Required 3 attempts to tap successfully. WCAG 2.5.5 violation. Please fix the bugs above in order of severity. Start with the highest-severity issues.
Submit your URL. A real human tester runs a live session with network log + console capture. Report delivered in minutes.