I am creating a bottom menu for a mobile app using repeatable groups as recommended from @petter 's awesome book, The Ultimate Guide To Bubble Performance (pp. 154-155).
Highly recommended. Here’s a link to his release.
However, I am having major difficulties getting this horizontal repeating group to be responsive.
Mimicking whatsapp, the Bottom menu has 5 items currently horizontal scroll.
There’s
The Repeating group
A group holding the icon and label
The icon
The label text
The RG, the group IN the RG, the text, have zero restrictions in responsiveness.
The collapse margins container width option is a pain to deal with. Recently had an exchange with Bubble support about the issue.
Basically the option to collapse margin is only available when the container element is not set to fixed width ( and I believe this is for all parent containers )…also the containers can not be set to not visible on page load, they have to be available on page load. Also the use of hiding rules affects the access to the ability in a strange and inconsistent way.
You can make the changes needed to get the option to appear, set it and then get other elements set back the way they were and the collapse will still work with the exception of fixed width containers.