How to fix an element so it stays on screen when scrolling? I need this for a chat app because I want to keep the message sending UI on the user’s screen while scrolling.
You can use the group components position property.
You can set it to “relative to device” create floating elements that stay on screen when you scroll
1 Like
Thanks