Skip to content

Fix mobile search interactions - #87

Merged
mre merged 1 commit into
masterfrom
fix/mobile-search-interactions
Aug 15, 2026
Merged

Fix mobile search interactions#87
mre merged 1 commit into
masterfrom
fix/mobile-search-interactions

Conversation

@mre

@mre mre commented Aug 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • focus the search field synchronously so mobile browsers open the keyboard
  • dismiss search on completed clicks instead of pointer-down, preserving results during touch scrolling
  • document both mobile interaction constraints

Validation

  • tested at a 375x812 mobile viewport in headless Chrome
  • confirmed immediate input focus
  • confirmed 10 results remain visible after a touch-drag scroll
  • confirmed an intentional outside click still closes search
  • ran node --check static/search.mjs
  • ran zola build
  • ran git diff --check

@mre
mre merged commit 1b47560 into master Aug 15, 2026
1 check passed
@mre
mre deleted the fix/mobile-search-interactions branch August 15, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant