Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dragscroll on mobile not working #30

Open
kpagcha opened this issue Mar 29, 2017 · 3 comments
Open

Dragscroll on mobile not working #30

kpagcha opened this issue Mar 29, 2017 · 3 comments

Comments

@kpagcha
Copy link

kpagcha commented Mar 29, 2017

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.

@mebikramkc
Copy link

@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.

@Pranz
Copy link

Pranz commented Sep 11, 2017

Fixed this: #32

@ma-pe
Copy link

ma-pe commented Nov 10, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants