Your code stops the bounce when I run in on Windows10. When I comment out the line below, the bounce comes back. The overscroll arg is not necessary.
root.effect_y = ScrollEffect(overscroll = 0)
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/f79d3051-a292-4d6d-93f9-a20abbf46f2eo%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/5ef4b57d.1c69fb81.1b26f.17afSMTPIN_ADDED_MISSING%40gmr-mx.google.com.
I don’t see the behavior that you see. This might be related to a touchpad issue on your machine, a driver or a setting.
Something else to try:
2 fingers on the touchpad is interpreted the same as the mouse scroll wheel.
Try setting a lower value scroll_wheel_distance
root.scroll_wheel_distance = 5
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/CANCAGcrf%3DhGfCa3hbMVtkMaq7jHp%3DXyEWfNDLiOrM9P6MV6zQQ%40mail.gmail.com.
1. I scroll to reach the top with a fast movement of 2 fingers.
2. kivy scrolls up as expected
3. My fingers quit the touchpad
4 kivy continue to going up and its okay
5. Before kivy goes down, I do a quick movement on X-axis with 2 fingers, whitch stops the scrolling down, so the idea will be to fake a scroll on X axis maybe ?
I don’t understand your question.
From: xavier cattelain
Sent: Friday, June 26, 2020 1:56 AM
To: Kivy users support
Subject: Re: [kivy-users] disable bouncing down when scrolling up with scrollview
Hi Elliot,
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/b95b665c-c273-4aa8-912a-114dfbfd893bo%40googlegroups.com.
I don’t understand your question.
From: xavier cattelain
Sent: Friday, June 26, 2020 1:56 AM
To: Kivy users support
Subject: Re: [kivy-users] disable bouncing down when scrolling up with scrollview
Hi Elliot,
I figured it out that I have Windows 8.1 *64 :)
Well I've tried to uninstall-install 2 touchpad driver
-Synaptics 17.0.6.13
-Elantech 11.6.27.201
I tried to modify screel_wheel_distance to 5
without success
But I found maybe a beginning of a solution that if I take back my previous steps
1. I scroll to reach the top with a fast movement of 2 fingers.
2. kivy scrolls up as expected
3. My fingers quit the touchpad
4 kivy continue to going up and its okay
5. Before kivy goes down, I do a quick movement on X-axis with 2 fingers, whitch stops the scrolling down, so the idea will be to fake a scroll on X axis maybe ?
Do you know how to do that ?
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
There Is an event is scrollview, that occurs when scroll touch stops, on_scroll_stop. Good luck!
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/5876f534-750f-4687-954a-373a3598d628o%40googlegroups.com.