malihu-custom-scrollbar-plugin
malihu-custom-scrollbar-plugin copied to clipboard
Android/Chrome 58 touchswipe not working correctly.
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.
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.
See #529 for a slightly more belt and braces CSS fix.
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.