Skip to content

support mobile#32

Open
Pranz wants to merge 1 commit into
asvd:masterfrom
Pranz:master
Open

support mobile#32
Pranz wants to merge 1 commit into
asvd:masterfrom
Pranz:master

Conversation

@Pranz

@Pranz Pranz commented Sep 11, 2017

Copy link
Copy Markdown

Adds support for mobile.

@ma-pe

ma-pe commented Nov 10, 2017

Copy link
Copy Markdown

Thumbs up from my side! :)

@ma-pe

ma-pe commented Nov 10, 2017

Copy link
Copy Markdown

Simple Touches doesn't work anymore. I had to comment out

e.preventDefault();

in

mousedown.split(' ').forEach(function(ev) { ... }

@Pranz

Pranz commented Nov 13, 2017

Copy link
Copy Markdown
Author

@ma-pe I think that might mess up stuff depending on the browser. I found if you want dragscroll + interactive elements within there's no silver bullet and you're gonna need a bit of custom code, so I think I'll leave my branch as i for now.

Thanks for the report!

@skeddles

skeddles commented Feb 1, 2023

Copy link
Copy Markdown

i know this is super stale, but just in case anyone else finds this:

I realized you dont actually need dragscroll on mobile, it's just how mobile works by default. all you gotta do is overflow: scroll

using this version gave me a weird bug where things scroll twice as fast as they should.

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

Successfully merging this pull request may close these issues.

4 participants