Hi, I’ve read so many posts but have been unsuccessful in trying to get a button to attach to the header eg notifications of messages. I’ve tried using Adalo as this functionality works easily but I really like the way I can structure my data in Glide. Can anyone help? PS Floating button that moves when scrolling is not an option. Thank you.
So what you ultimately want is a floating button that sticks to a point on the screen?
Any ideas for this?
I think this is close to what you want regarding floating, but I’m not sure how complex it would be to extend that to be sticky on the top of the screen, and make it work well with both desktop and mobile views.
Yes have tried this and it works but I can’t get it to float up inside the nav bar - any other ideas?
If I have to take a guess, I would think it relates to making it sticky at a high enough position.
I haven’t done this before, so I think it would still be complex to support it on all relevant screens.
What about the bottom nav bar? Really just need notifications of new messages to be on either the top or bottom nav.
Bottom nav bar is generally reserved for tabs, so you would run into another type of trouble I guess.
You can’t add a dynamic count like notifications there as well, since the CSS code can’t be tied to a dynamically updated column.
