-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
scrollSensitivity not working? #1443
Comments
@fritzmg There is no issue I am aware of. If you are using native drag and drop (no As well, there is always the option of making the navbar a div above your main page container, rather than fixed inside it. |
Oh I see, I am assuming the |
@fritzmg Yes, when the fallback is in use but also in IE and Edge, since their autoscrolling with drag and drop is minimal or nonexistent |
Ok, makes sense :) |
I'm using SortableJS with the Sticky Navigation, Top Bar of Foundation 6.5.1 and tried the following settings:
The result is:
P.S.: SortableJS has the option |
@Backoo Could you make a jsbin showing this problem? The only problem I know with autoscrolling on mobile is that it does not work when the page is zoomed in. Also, |
@owen-m1 See this jsbin. |
@Backoo The auto scroll works for me on Chrome Android. What device are you using? |
@owen-m1 I'm using iPhone 5 and iPad Air. |
@Backoo Try |
Good! |
I just spent hours debugging this. Can we please improve the documentation for AutoScroll to make it clearer what native vs fallback scrolling are and when they apply, and how the scrollSensitivity and speed dont apply in native mode? |
@trullock Yes, I just improved it |
I just spent hours trying to figure out why scrollSensitivity wasn't working haha. My bad should've read the docs better. Not sure why I didn't get it |
However, setting forcefallback to true will prohibit the default behavior of the browser. When Firefox is dragged, a new window will be opened. Is there a solution? |
I have some buttons Inside my draggable element. After I set forceFallback: true, thet these buttons not work on click, because this function will block it:
After inserting my specific element into filter option, then its OK. |
Due to a fixed header, I increased the default
scrollSensitivity
from30
to100
(fixed header is only (50px high). However, the settings does not seem to have any effect. I still have to reach the default 30 pixels to either edge, in order for the auto-scrolling to start. Are there any known problems with this setting?It works fine with version
1.7.0
, but not in version1.8.1
.The text was updated successfully, but these errors were encountered: