KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
swiping error
line 213, in on_touch_move
self.effect_x.convert_overscroll(touch)
AttributeError: '_ScrollViewHardStop' object has no attribute 'convert_overscroll'. Did you mean: 'on_overscroll'?
and
line 218, in on_touch_up
self.effect_x.reset_scale()
AttributeError: '_ScrollViewHardStop' object has no attribute 'reset_scale'
Description of the Bug
swiping error line 213, in on_touch_move self.effect_x.convert_overscroll(touch) AttributeError: '_ScrollViewHardStop' object has no attribute 'convert_overscroll'. Did you mean: 'on_overscroll'?
and line 218, in on_touch_up self.effect_x.reset_scale() AttributeError: '_ScrollViewHardStop' object has no attribute 'reset_scale'
Your text
Code and Logs
Screenshots
Add images to explain us this bug. Paste urls here.
Remove this section if no images here
Versions