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

Tab 在 iOS下的惯性滑动问题 #2506

Closed
yuerzm opened this issue Dec 9, 2019 · 1 comment · Fixed by #2606
Closed

Tab 在 iOS下的惯性滑动问题 #2506

yuerzm opened this issue Dec 9, 2019 · 1 comment · Fixed by #2606
Milestone

Comments

@yuerzm
Copy link

yuerzm commented Dec 9, 2019

解决 tab 在 iOS 下的惯性滑动问题

/* @vant/weapp/tab/index.wxss */
.van-tab__pane {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@yuerzm yuerzm changed the title Tab 在 iOS下的惯性滑动滑动 Tab 在 iOS下的惯性滑动问题 Dec 9, 2019
@realmx
Copy link

realmx commented Dec 25, 2019

希望尽快能发布

rex-zsd added a commit to rex-zsd/vant-weapp that referenced this issue Dec 26, 2019
@rex-zsd rex-zsd added this to the 1.0.2 milestone Dec 26, 2019
rex-zsd added a commit that referenced this issue Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants