What problem does it solve? Web apps often feel like websites on phones due to sticky hover states, tap highlight flashes, the 100vh viewport bug, input-triggered page zoom, laggy taps, and content hidden under the notch. This Skill diagnoses and fixes each of these platform-layer issues with targeted CSS declarations and meta tags. ## Core Features & Use Cases - Symptom-to-Fix Mapping: Match visible problems (gray flash on tap, stuck hover, wrong layout height) to exact one-line CSS or HTML fixes. - Baseline Mobile Setup: Ship a correct viewport meta tag, theme-color per color scheme, safe-area padding, and touch-action rules before the first component. - Use Case: You built a PWA with a bottom sheet and carousel, but on a real phone the carousel jitters vertically and the sheet sits under the home indicator. Use this Skill to apply touch-action: pan-y and env(safe-area-inset-bottom) padding. ## Quick Start Ask the AI to review your web app's mobile CSS and fix everything that makes it feel like a website instead of an installed app on a phone.