fix: prevent iOS input focus zoom (#1033)

fix: prevent ios input focus zoom
This commit is contained in:
Dream Hunter
2026-05-10 02:05:31 +08:00
committed by GitHub
parent 2df4de22d9
commit 74c8e8f7e4
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
- fix: |Address| Stop returning stored address password hashes from the admin address list and user bound-address list APIs to avoid exposing sensitive fields
- fix: |AI Extract| Switch the default Workers AI model for AI email recognition to the JSON Mode-compatible, non-deprecated `@cf/meta/llama-3.1-8b-instruct-fast`, and document structured-output compatibility guidance for `@cf/zai-org/glm-4.7-flash` (issue #1029)
- fix: |CI| Upgrade GitHub Actions and e2e Docker images to Node.js 24 to satisfy Wrangler 4.90.0 runtime requirements
- fix: |Frontend| Prevent iOS Safari from auto-zooming the page when focusing mobile form controls with small font sizes
### Improvements