mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
275 stars 43 forks source link

Enable Touch support #1

Closed creativenoobie closed 5 years ago

creativenoobie commented 5 years ago

Hey,

Thanks for creating a wrapper for vue2 that too with SSR support but this component do not work on mobile where Pointer is touch instead of mouse.

Please check.

Thanks!

creativenoobie commented 5 years ago

I just found out that it's working on my mobile but in responsive mode (Firefox as well as Chrome) for developing/debugging purposes.

mercs600 commented 5 years ago

Hi @creativenoobie. I just checked your problem. It's not related directly with this wrapper. But I found the issue on the perfect-scrollbar github. The solution is you have to refresh the page after switch to console on "responsive" in dev tool ;-)

https://github.com/utatti/perfect-scrollbar/issues/406

mercs600 commented 5 years ago

@creativenoobie Is it helpful for you ? I'm closing this issue. Don't hesitate to reopen if you need more help.

mdarifmustafa commented 5 years ago

to make use in mobile responsiveness, we have to refresh the page to use this wrapper, very bad UX this is.