Out of curiosity, has anyone used the `imeNestedSc...
# compose
s
Out of curiosity, has anyone used the
imeNestedScroll
modifier with success? I know it's still experimental and has been for a long time. I give it a shot every now and then hoping it will just work super smoothly, but every time I get disappointed that it always acts super weird in various scenarios 😅
👀 2
r
Do you have any examples of what you expected here and what its not doing? (cc@Simona Stojanovic )
s
From what I tested yesterday I saw two things so I just quickly removed the modifier and made a mental note to try again in some months: 1. When I scroll just enough to almost dismiss it but have the keyboard then automatically dismiss itself the rest of the way, it then simply opens again, I am not doing any focus specific things here myself which was my first thought, so I do not know why this is happening. [video 1] 2. When I scroll in my list, I can't pinpoint when exactly it happens, it's almost all the times I scroll a bit and at the moment it settles, both directions, but I get a flicker of what I believe to be the layout treating the keyboard as 100% shown, then 0% shown again. The "padding" that is added feels like it's exactly the keyboards height. [video 2] I am on foundation
1.7.0-beta03
Don't have a minimal repro for this, the only diff between this happening and not happening is me adding or removing the
.imeNestedScroll(),
to my LazyColumn. Maybe I am using it wrong somehow tbh, if you got any tips I could try I'd love to do so and come back here again to tell you if I can still repro it or not.