dragscroll icon indicating copy to clipboard operation
dragscroll copied to clipboard

Dragscroll on mobile not working

Open kpagcha opened this issue 7 years ago • 3 comments

I am using the dragscroll plugin to be able to explore a bracket that is too wide to fit in its container. I am using the jquery-bracket plugin to display the bracket.

Here is a working example.

The dragscroll works on desktop perfectly, but when it comes to mobile it just does not scroll at all, try for yourselves. I have been trying to figure out why for way too long, so hopefully somebody around here can help.

kpagcha avatar Mar 29 '17 12:03 kpagcha

@kpagcha You can use media queries and make the width and height smaller like: @media (width: 600px) { .container{ width:200px; height:300px; } } You can play with the height width as requirement. It is working for me. I hope it works for you too.

mebikramkc avatar Jun 01 '17 08:06 mebikramkc

Fixed this: https://github.com/asvd/dragscroll/pull/32

Pranz avatar Sep 11 '17 16:09 Pranz

@Pranz Can confirm - this is working in my project.

ma-pe avatar Nov 10 '17 13:11 ma-pe