v3.1.0
- Resolve touch through issue with a global timestamp
Add a globalLastTouchTime
variable to track all touch behaviors and record latest touch time. If a click
event follow a touch
event, and the time difference less than 350ms, this click
event will be ignored. This would resolve touch through issue, but you must make sure your click events are binding with v-touch
.