feat(v1.46): touch-feel baseline + 44px tap targets - #66
Open
MP2EZ wants to merge 1 commit into
Open
Conversation
Themes B+C of the post-TestFlight mobile-polish pass. All changes are either globally inert on pointer devices or scoped to @media (hover:none), so desktop web rendering is byte-identical; only the Capacitor WKWebView (and touch web) sees them. Touch baseline (global, no-op on desktop): - touch-action: manipulation — removes the 300ms double-tap-zoom delay - -webkit-tap-highlight-color: transparent — kills the gray iOS tap flash - -webkit-touch-callout: none + user-select: none on UI chrome — no long-press callout / accidental selection on buttons - :active opacity feedback — touch has no :hover, so taps had no visual confirmation Tap-target sizing (@media hover:none, ≥44px per Apple HIG / WCAG 2.5.8): - drp-day, save-to-trip/share/watch-action/watch-cta/header/tag buttons, book/map card links → min 44px - watch-close, compare-close → 44px square - compare-check keeps its 24px visual; transparent ::after overlay extends the hit area to 44px - dense calendar-heatmap cells intentionally excluded (CLAUDE.md) — spacing handles their hit area Build clean, 213/213 frontend tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First slice (Themes B + C) of the post-TestFlight mobile-polish pass for the Capacitor iOS shell. Audit-driven; scoped so desktop web is byte-identical — changes are either inert on pointer devices or gated behind `@media (hover: none)`.
Theme B — touch feel (global, no-op on desktop)
Theme C — tap-target sizing (`@media (hover: none)`, ≥44px per Apple HIG / WCAG 2.5.8)
Verification
Not in this PR (next slices)
🤖 Generated with Claude Code