Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NumberKeyboard): fix IOS missing the touch event when finger trigger the scale case #6651

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Jun 25, 2024

IOS 里手指在边缘按下拖动时会导致 touchend 事件被吞,加一个兜底。如果发现有新的 touchstart 事件出来,那过去的循环清理则直接杀掉。

Copy link
Contributor

github-actions bot commented Jun 25, 2024

Size Change: +3 B (0%)

Total Size: 355 kB

Filename Size Change
./lib/bundle/antd-mobile.compatible.umd.js 191 kB +3 B (0%)
ℹ️ View Unchanged
Filename Size
./lib/bundle/antd-mobile.umd.js 145 kB
./lib/bundle/css-vars-patch.css 1.42 kB
./lib/bundle/style.css 18 kB

compressed-size-action

Copy link
Contributor

github-actions bot commented Jun 25, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
./lib/bundle/antd-mobile.es.js 102.44 KB 2.1 s (0%) 1.1 s (+3.95% 🔺) 3.2 s

Copy link
Contributor

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6651.surge.sh

@MadCcc MadCcc merged commit c106365 into master Jun 25, 2024
8 checks passed
@MadCcc MadCcc deleted the fix-keyboard branch June 25, 2024 09:03
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.

2 participants