Make sure these boxes are checked before submitting your issue -- thank you!
Perfect scrollbar doesn't work on Chrome 74.0.3729.131 on laptops with a touch screen. It doesn't even work on your demo page http://utatti.github.io/perfect-scrollbar/ .
The temporary solution:
if (typeof window['DocumentTouch'] === 'undefined') {
window['DocumentTouch'] = HTMLDocument
}
Works in Chrome + Thinkpad X1E
I'm having the same issue in my React app that uses perfect-scrollbar. How would I use this temporary solution in React? I currently use the React Wrapper for perfect-scrollbar
The temporary solution:
if (typeof window['DocumentTouch'] === 'undefined') { window['DocumentTouch'] = HTMLDocument }Works in Chrome + Thinkpad X1E
Didn't work for me, Chrome + Chromebook
I think this was solved with PR #829, which was merged but is not released yet
@DavidMarquezF Any idea when it will be released?
Nope, I just found the pull request trying to find a solution. This repository seems pretty dead (last version was uploaded to npm 1 year ago), so maybe the best solution is to npm install the master branch
I'm pretty much done with perfect scrollbar. It's clear to me that it's time to move on!
If you find any good alternative let us know @imsam67!
@DavidMarquezF I will. You do the same please!
Fixed in #829
In my app, suddenly perfect scrollbar doesn't work in touch devices in chrome. I'm using perfect-scrollbar 1.5.0 and using vue-perfect-scrollbar 0.2.1. I don't change anything about this source code since the past year, but it now doesn't work if i scroll in touch device, only work using mouse scroll. How to fix this?
Still facing this issue on Chrome and Firefox (both with latest version). It's working fin on Edge.
I'm using the latest version of perfect-scrollbar.
Do you have any fix or information to help me ?
In advance, thanks a lot.
Fred