-
When swiping forward and back really quick, bellow error is thrown and app crashes (**when enableInfiniteScroll is false**).
Error
════════ Exception caught by animation library ════════════════…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
If you have a really long repo name, the page overscrolls vert…
-
Hi, I'm trying to have full body scroll. How to achieve this without fixed height ?
```javascript
function App() {
return (
{[...Array(20).keys()].map((value, in…
-
## Problem
If the user swipes up they get a 1:1 animation entering the multitasking view, doing the opposite on the desktop does nothing.
## Proposal
The desktop should "overscroll" t…
-
Hi,
When using css style overscroll-behavior: none (or contain) virtual scroll on mobile chrome does not reach the end of the last item.
Any help would be much appreciated.
-
### Some CSS suggestions:
Prevent swipe down refreshing when scrolling (and replaces `overscroll-behavior-x`)
```
body {overscroll-behavior: none;}
```
Stop scrolling, so selecting nodes is p…
-
When I'm scrolling through the search results sometimes I keep going for a second after I got the bottom and this closes back to the homescreen. It would be nice if there was an option to just have th…
-
Hello there,
One info, in order to use this implementation with lazy column and ExitUntilCollapsedState, you should disable overscroll effect on that list since on Android 12+ animation is interru…
-
What is the best way to remove all the custom style attributes?
I would rather use the android system defaults for things like overscroll, etc. but I cannot figure out how to disable the custom style…
-
On main, 'messages' screen, dragging down triggers the spinner but the scroll jumps back to the height of the spinner below the top and then animates back from there, rather than animating back all th…