-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Tap on element inside SliverStickyHeader hit test gets broken when using with floating SliverAppBar #80
Comments
same here. did you find any solution ?? |
Unfortunately, not yet... |
Absolutelly same here, @BOGDANOLEKSANDR did you find solution? |
@letsar is there any solution for this issue? This is critical bug coming from library. |
Same here. Can anyone tell why this is happening? |
Same here, I've also found that tap events get like an offset from the visible element position. |
Hi, I was trying to add some interaction to elements inside SliverStickyHeader and floating SliverAppBar. Noticed that when you scroll the list down till the SliverAppBar disappears and then scroll up a little bit until SliverAppBar appears again, the
onTap
event won't fire any more.Below I'm adding the code that reproduces the issue. I have added a clickable element "Sometimes I'm not clickable" and a "Shop" title.
To reproduce the issue you need to scroll the list down till the SliverAppBar disappears and then scroll up a little bit until SliverAppBar appears again. You should see that hit test moves from "Sometimes I'm not clickable" element to the "Shop" title, and "Sometimes I'm not clickable" becomes not clickable until you scroll all the way to the top of the list.
The text was updated successfully, but these errors were encountered: