[Bug Report] swipeout 在ios11/12 微信浏览器环境 左滑触发不了
Open
- Dominant language
- Vue
- Stars
- 17.5k
- Forks
- 3.6k
- PR merge metrics
- No merged PRs in 30d
Description
### VUX version
2.9.3
### OS/Browsers version
swipeout 在ios11/12 微信浏览器环境
### Vue version
2.5.2
### Code
```html
...
```
### Steps to reproduce
左滑失效 后台清除微信再次进入左滑生效;
### What is Expected?
@mousedown="start"
@mousemove="move"
@mouseup="end"
mouse事件在移动端并未生效 个人认为会和touch事件冲突导致touch事件有些场景不会触发
### What is actually happening?
删除掉mouse事件即可;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.