All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 40s
The native shell exposed a few latent issues: - viewport lacked viewport-fit=cover + maximum-scale so content could zoom and leak under the notch, - body had no overflow-x guard, so any one-line string pushed the layout wider than the device, - #root had no env(safe-area-inset-*) padding, hiding content behind the status bar now that Capacitor's contentInset is off. Flipping contentInset from "always" to "never" lets the CSS env() values drive the inset (single source of truth, no double padding). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>