-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix mobile scrolling, lower sidebar sensitivity, fix #11193 #17785
Conversation
I got a bit less responsive, because the menu reveals instantly after the threshold is reached, which looks a bit clumsy. But now it's easier to scroll downwards. |
Maybe we need to play around with some of the other values at core/core/vendor/snapjs/dist/latest/snap.js Lines 44 to 61 in 7df96f1
For example resistance, flickThreshold and slideIntent. |
IMHO one can say that side scrolling shouldn't appear as long as your vertical scrolling is more intense. So the side menu should only open if you scroll more horizontal than vertical. |
The initial bug for me was this here: #14639 (menu on the right can't be opened in iOS 8/safari). But OC 7.0.7 and OC 8.1.0 have fixed this (or iOS was fixed). Regarding the menu, it still opens with the fix. |
On Opera Android looks good. 👍 |
@Bullnados great, thanks a lot for testing! :) You are very welcome in our IRC channel #owncloud-design (on freenode) by the way! |
16f7949
to
db40682
Compare
A new inspection was created. |
Rebased and applied the change @Bullnados mentioned. Please retest @owncloud/designers @Raydiation @zerosine @FINIUS @tflidd |
Please test again so we can merge @Bullnados @MorrisJobke @Raydiation @zerosine @FINIUS @tflidd :) |
Feels better now 👍 |
fix mobile scrolling, lower sidebar sensitivity, fix #11193
@karlitschek Should we backport this? @jancborchardt To which versions? I would say 8.1 only. |
stable8.1 and stable8 I’d say. |
Let's backport. 👍 |
Attempting to fix #11193 by applying @zerosine’s fix from #11193 (comment)
Please test @owncloud/designers @Raydiation @zerosine @FINIUS
If this works nicely, we should also backport it.