Hey Bubblers,
I need some help as I’m attempting to build a single page app and keep running into the same issue, page height. I’ve attempted to rebuild the layout a number of times and the page seems to consistently display a HUGE amount of additional space (I’m talking 1000’s px).
I’m currently at a loss with how to fix this.
The background of my setup:
Once a user is signed up, then are taking to the App page.
The App page is one LONG page (15,000px height and counting) as it contains all of the groups that relate to sections (there are to be 5 main sections of the app). These Section groups are set up to only be visible when certain parameters are in the URL. Otherwise they are hidden and set to collapse when hidden.
Within each Section there are a number of groups (content groups), again are hidden on page load and made viewable based on URL parameters, these are also set to be collapsed when hidden. Within each Content Group is all the content for that part of the section.
I’ve created one Section so far and it all works perfectly in terms of displaying the specific Section and then Content Groups in order. This also resizes the Section correctly not resulting in any additional/incorrect spacing.
The issue is at the bottom of the Section there is a HUGE scrollable section of the Page which I can’t seem to fix. So far I’ve tried:
- Checked all Section groups are set to collapse when hidden
- Checked each Section group is aligned with the next but not overlapping
- Changed the height of the page to varying numbers (sometimes it reduces the amount of additional space, othertimes it cuts off the content even though the number input for the height should leave lots more space.
I’m really at a loss and don’t want to think about rebuilding the app AGAIN when I want to continue moving forward with the rest of it.
Any help or suggestions on what could be causing this behaviour and/or best practices for single page application building on Bubble would be most appreciated.
Thanks all,
Mike