-
![Overscroll](https://user-images.githubusercontent.com/13580126/78466594-e544fc00-76d0-11ea-834a-b0b76552d3ea.png)
When I overscroll on iOS safari, I can see the white background but I think it wo…
-
I set overscroll to 150. First time focusing on TextField the field indeed is scrolled correctly per the overscroll value. However, after doing that, if I focus manually (tapping) on the next text fie…
-
code sample
```bash
DefaultTabController(
length: 2,
child: NestedScrollView(
physics: BouncingScrollPhysics(),
head…
-
if the childView in ScrollView has onClick, it will cause the touch to the childView can not overscroll
-
When you move the view at rather fast speeds, up and down, with only 1 direction of overscroll, the idle position of the view changes.
In my case, I'm allowing a card view to scroll only downward. I…
-
### Description
Large titles have become the standard in modern iOS, thus it should work just as it does natively to provide a smooth and familiar experience.
Two small issues exist in the Maui im…
-
On major mobile browsers, there's a "Pull To Refresh" gesture which refresh the whole page when you continue scrolling the document which has reached the border. It is an annoying user experience espe…
-
I hava a `SheetPage` with a `SingleChildScrollView` on macos.
Actual:
When I'm at the top, and drag down using my finger (overscroll), nothing happens.
When I'm at the top, and scroll down using …
-
Hi,
i 'm searching a solution to re-init the scroll position after removingOverscroll.
I've a div which use overscroll, and which is sometine display and sometine not.
When i hide it, i removeOverscr…
Colir updated
10 years ago
-
I admit that I didn't look at the code in detail to see if this is already possible, but I know from having implemented this on mobile platforms before that it is common that you have a max and min sc…