On my app users communicate with each other, and I want to have notifications pop up briefly in the corner, regardless of what page they are on or what position they’re at on the page.
I had thought to do this in a floating group in the menu, because the menu is already a repeating element and I wouldn’t have to add this floating group across all pages in the app directly. However, I’ve done this and it’s not showing up as a page-level floating group, it’s showing up within the menu.
How do I add a floating group in a repeating element so that it shows up on a page level? Is this possible?
I know that I can add a floating group directly to each page and put a reusable element into the floating group, but I’m really hoping there’s a better way than doing that for every single page!
Thanks.