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

It doesn't scroll using any external magic keyboard #67

Closed Torone closed 1 year ago

Torone commented 3 years ago

It work fine on desktop and any device but if I attach the magic keyboard to the iPad PRO, it doesn't scroll anymore by doing the 2 fingers gesture. It works fine on the Mac Book Pro magic keyboard. Testing it on the Microsoft surface, same issue, it doesn't work. There must be an event not catched. Regards

dzcpy commented 2 years ago

Same problem

dzcpy commented 2 years ago

Any updates?

mercs600 commented 1 year ago

Please notice this vue plugin is only wrapper for https://github.com/mdbootstrap/perfect-scrollbar/ and all question related scroll logic should be addressed there. If they resolved this issue we will upgrade perfect-scrollbar which is dependency in this repository

dzcpy commented 1 year ago

Changed to using Observer in GSAP and got this issue fixed.