I am currently building a native app, and I would like, in one “page” of my app, represented by a group, to put a button at the bottom of the page. However, The position of the button is defined by the “margin top” Is there a way to set it to be at “margin bottom” I want the button to be at the same distance of the bottom of my group, no matter the height of said group.
I have seen some people add code to get this done, but for me, I just use a floating group on anything that I need to stick to the bottom. Have you tried a floating group yet?
For the floating group, I did try, but I can’t use it as I have multiple groups, corresponding to pages, that are in the same bubble page, and showed with a set of conditions. As for the one page I want to show, It is, in fact, a group, and I can’t put a floating group inside an other group.