kapetan / vue-long-press-directive

Long press directive plugin for Vue.js
10 stars 4 forks source link

Not working on mobile devices #1

Closed jigarzon closed 6 years ago

jigarzon commented 6 years ago

Hi, Its working ok on Firefox desktop but its not on iOS11 Safari and Chrome on Android

estufa8 commented 6 years ago

For phones (Android at least) I think it should use touchstart and touchend events instead of mousedown and mouseup.

jigarzon commented 6 years ago

That should do the trick. Thanks a lot!