-
Notifications
You must be signed in to change notification settings - Fork 771
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
Swiper轮播加了切换动画效果fade后无法触摸滚动 #20
Comments
请提供以下信息,方便我们排查问题: |
1.设备是iphone6plus Safari浏览器 以及PC端chrome浏览器 |
当前swiper的fade模式不支持触摸滚动,这个特性需求会在1.1版本里加入 |
另外~ 文档中示例 Tabs 标签页 指定默认标签:default-index="2" 失效。 |
感谢指出,我们会及时修正文档示例及说明。 |
@moyus DropMenu 下拉菜单中 change事件时能否添加获取该项index值 |
@LetHergo change事件会涉及BarItem和listItem的更改,所以既需要确定BarItem和ListItem的索引,又要ListItem的数据,所以目前可以在构造data时,将索引值添加到BarItem和Listitem中,这样就可以在数据中拿到,比如:
|
@moyus @xxyan0205 能否给下拉菜单 DropMenu 遮罩 添加类似 Popup弹出层 是否禁止滚动穿透prevent-scroll类似的属性 |
@xxyan0205 TabPicker 多级联动选择器 示例点击没有反应 |
@LetHergo 感谢反馈,站点构建的问题,已修复。 |
另外文档中transition可选值中有两个fade
The text was updated successfully, but these errors were encountered: