Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

ios browser can not slide up and down after using <vue-touch> </ vue-touch> #107

Open
failedUser opened this issue Nov 9, 2017 · 3 comments

Comments

@failedUser
Copy link

Below Android and pc is fine

@FrankCastelijns
Copy link

FrankCastelijns commented Mar 28, 2018

This is probably caused because you're binding swipe, which locks that event. You can 'free up' vertical scrolling by simply specifying you're only interested in horizontal swipes, like so:


<v-touch tag="a" v-on:swiperight="foo" v-on:swipeleft="bar" v-bind:swipe-options="{ direction:'horizontal', threshold: 50 }" >
....
</v-touch>

@wucongshuo
Copy link

v-bind:swipe-options="{direction: 'horizontal', threshold: 100}" 这样写没有一点用

@WaSheep
Copy link

WaSheep commented Sep 3, 2018

so, what's the solution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants