I have the following two groups (gray and pink) that are themselves grouped together (group B).
My aim is to make sure that, independent of the size of the screen, the pink group remains always at the bottom of the page. I.e. the gray group can decrease in height in order to ensure that the pink group is at the bottom of the page (basically the page should not have a vertical scroll bar).
When I preview the page, this is what I get. So, the pink group does not adapt to the height of the screen and I need to scroll down to fully see it. I tried to change the type of the pink group to āfloating groupā but that did not make any difference.
How can I achieve the desired outcome? @Andrew.Vernon do you have any idea on this?
I would also think a floating group would be the right solution here, but youāll want to make sure that itās set to float relative to the bottom and you might want to put it outside of the grey group for the effect youāre looking to produce.
Give that a try and donāt hesitate to reach out to us directly at Support@Bubble.io if this continues to give you trouble.
I contacted the bubble support team, but they said that āAt the moment, thereās no way to make a groupās height adjust dynamically to the height of your page. There may be a code solution, but our team isnāt able to support that directly.ā.
So, I will leave this question here if any coder knows how to deal with it. I am writing it again:
I have the following two simple groups: group gray and group pink. Group pink is type āfloating groupā while gray group is of type āgroupā. My objective is to:
stick the pink group to the bottom, and make sure it does not change height when screen size changes.
make sure that the gray group is always of height = screen_height - pink_group_height. Basically, I want its height to adapt to the height of the screen. I.e. I want no scroll bar to appear at the right.
I manage to achieve point 1 by grouping the gray group in another group and moving the pink group slightly down, but I cannot fix the second point.
I can try to see what I can do to help. Sometimes itās just adjusting how we are viewing something to make it work.
Why are you trying to resize the grey group? What is your ultimate goal? Do you have an image of what you are trying to achieve? This could help us give you a better solution.
I go over one type of solution here in the NoCodeMinute - eLearning Hub (Members Only): One-Page App where it even has a floating group as a footer at the bottom. It adjusts to each āpageā and doesnāt scroll unless I want to make it scroll by having more content. I think this might be what you need, but if you can answer the questions above, it will help me figure out if I understand what you are trying to do.
There is code to do it, I just donāt know if this is really what you need or not. It might just cause more problems instead of actually doing what you want it to do.
My aim is to build something similar to the WhatsApp desktop app. As you can below, the top and bottom bar do not change height, whatever the height of the screen is. Thus, it is only the conversation section that decreases in height. Moreover, the top and bottom bars do not change place.
@J805 one extra question if you have time: what is the ārg2ā in the RepeatingGroupID of the RG | Reverse at the top referring to? I cannot see it anywhere else in the page
I know Iām a bit late to the party, but hereās a new plugin that allows dynamically adjust a groups height according to multiple reference points like pageās height or another elementās/groupās height: