-
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
Mobile experience very flaky due to snap.js issues #11193
Comments
cc @owncloud/designers |
I tried it out with some tablets and smartphones and also found this annoying. First we should try dialing down the sensitivity of snap.js – swiping is a very common pattern to reveal a menu now and it’s nice for power users. |
Yes, if possible sensitivity should be turned down :) |
CC @schiesbn who showed this to me last week. |
I too found this very annoying. The sensitivity was too high. I was able to adjust the sensitivity a little bit... open snap.js from it's folder: Under var settings = self.settings = { I changed it's value to 145 and it seems much better. To disable swiping completely, just change value of touchToDrag to false. |
Btw, it seems much better in 8.1. If anything needs to be fixed at all @zerosine 's fix should be added here https://github.com/owncloud/core/blob/master/core/js/js.js#L1222 |
@zerosine can you open a pull request for core with your sensitivity fix? Sounds great |
on my iOS 8.4 devices I can't see any difference with oc 8.1 |
fix mobile scrolling, lower sidebar sensitivity, fix #11193
[stable8.1] fix mobile scrolling, lower sidebar sensitivity, fix #11193
[stable8] fix mobile scrolling, lower sidebar sensitivity, fix #11193
I've been using the new News app release on my mobile phone the last couple of days and the snap.js experience is very flaky:
All in all I think it would be best to get rid of snap.js (if none of these issues can be fixed in the next couple months) and just use the hamburger button to toggle the right menu, you dont need the menu that often and the hamburger menu is reachable pretty well at all times due to the fixed positioning.
PS: please try out the new News app release, also on your mobile and touch devices :)
@jancborchardt @MorrisJobke @jbtbnl @georgehrke @raghunayyar @PVince81 @th3fallen
The text was updated successfully, but these errors were encountered: