Hi, @andres_0928
I have not yet, found I solution for this.
However, inside the home page, I embedded iframes that show the different pages of my website without the user having to leave the home page.
Take a look at this,
Site: Bubble | No-code apps
Editor: Iframetest1 | Bubble Editor
Advantages
- Pages load faster because the browsers loads the page directly into the iframe and do not need to first leave the current page and then load the page you want to go to.
- You can show a spinning icon or loader while the user waits for the page.
Disadvantage
- I have noticed that scrolling to the top inside an iframe is a bit off with about 100px or so. It is not a major disadvantage.
There might be another way that works, but I have not seen one yet.
I hope this helps.