malihu-custom-scrollbar-plugin icon indicating copy to clipboard operation
malihu-custom-scrollbar-plugin copied to clipboard

Android/Chrome 58 touchswipe not working correctly.

Open jazoni100 opened this issue 7 years ago • 3 comments

Scrolling seems to get stuck when class "mCS_touch_action" is added to container element. You can test this on your demo page. Maybe related to changes on touch/pointer-events on Chrome 55/56. Thanks.

jazoni100 avatar May 08 '17 13:05 jazoni100

Seems that the introduction of pinch-zoom in Chrome 56 (https://www.chromestatus.com/feature/5670200775016448) doesn't work properly with the following line in CSS https://github.com/malihu/malihu-custom-scrollbar-plugin/blob/master/jquery.mCustomScrollbar.css#L27

I've just deleted this line and everything is working fine again. Seems to be an IE related commit (https://github.com/malihu/malihu-custom-scrollbar-plugin/issues/353). As I don't have a touchable IE device, I can't test if deleting the line is a problem for IE.

PaperCoder avatar Jun 23 '17 08:06 PaperCoder

See #529 for a slightly more belt and braces CSS fix.

nickyblissAviva avatar Jun 26 '17 14:06 nickyblissAviva

I see #529 but, my problem is not resolved. please help me. On Android, I tested my page with standard android web browser and Chrome, unfortunately Scrolling not working correctly in both ot them and sometimes Scrolling seems to get stuck.

please help me :| If I can't solve this problem, I need to replace it with the other plugin that I still did not find another plugin.

nekooee avatar Aug 23 '18 20:08 nekooee