Commit 2bb09df
fix(pwa): 修正 iOS 工具列按鈕需點兩下才反應的問題
使用 onTouchEnd + preventDefault() 讓按鈕在 touchEnd 立即觸發,
繞過 iOS Safari 在 epub iframe 有焦點時「第一次觸控消化焦點」的行為。
同時加入 touch-action: manipulation 移除 300ms 雙擊延遲。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 39816ff commit 2bb09df
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1611 | 1611 | | |
1612 | 1612 | | |
1613 | 1613 | | |
| 1614 | + | |
1614 | 1615 | | |
| 1616 | + | |
1615 | 1617 | | |
1616 | 1618 | | |
1617 | 1619 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
0 commit comments