I’m not quite sure how to word this issue but please bare with me.
I’m trying to build a one page web app. I’m making progress figuring out how to do this through reusable elements along with hiding and showing groups as a substitute for pages.
Right now I have a Reusable Element that is a Footer. The groups, substituting for pages, are positioned above the footer by setting negative Y axis values. The footer is made into a FloatingGroup at the bottom of the Index page. Whenever a button in the footer is clicked, it shows one group and hides the rest to create the experience of moving between pages.
Here are the issues that I’m having;
- When a group is visible the whole group is not visible on laptop or desktop. It’s cut off.
- When a group is visible, you cannot scroll up or down the page to see what is cut off.
- When a group is visible, the scroll starts at the bottom of the page and is inverted.
- Sometimes, after a page reset or after selecting a new group to show, the footer rises higher.
Since I thought it was an issue with placing the groups above the footer, I tested out making the footer a header and placing the groups under it, like how a normal page would look. The same things happened.
Any ideas on where I’m going wrong be greatly appreciated.
Thanks,