Replies: 2 comments
-
Short example of everything: CleanShot.2024-05-17.at.21.46.04.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @kgni I created an issue from this discussion - #450 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Not really sure where to put a question like this. If this is the wrong place, please let me know and I will repost my questions somewhere else :)
I have the following layout, where I have a
header
and astickyHeader
.Header:
Sticky Header (scrolled)
When scrolling the header will disappear and I also have
snapToOffsets
set for when you are scrolling manually (not the keyboard scrolling), to ensure that I don't have any states in between the header being shown and hidden - E.G both the sticky header title and the normal header title would be shown at the same time.What I'm having trouble with, is when I have an input that only causes the keyboard to scroll a tiny bit, instead of snapping to the interval to prevent multiple "states" appearing at the same time:
Essentially what I want to do, is to ensure that the keyboard as a minimum is scrolling the scrollview to the
snapToOffset
/snapToInterval
positionDoes anyone have an idea of how I can implement this?
Thanks in advance!
Here is my code for reference:
Beta Was this translation helpful? Give feedback.
All reactions