mobile-sweep
Open a running web app in headless Chromium at three phone/tablet breakpoints (360×640, 390×844, 768×1024), walk every interactive element + every visible dialog, and flag the four high-impact mobile-layout failure modes:
- Off-screen overflow — an element extends past
document.documentElement.clientWidth. - Tiny touch targets — interactive elements under 44×44 CSS px on touch viewports.
- Clipped text —
scrollWidth > clientWidthon a button / input / link (vi
[Description truncada. Veja o README completo no GitHub.]