Hi everyone,
How to make that the load/progressbar of browser does not show between URLs
Example:
The URLs change but the browser progress bar is not showing.
Hi everyone,
How to make that the load/progressbar of browser does not show between URLs
Example:
The URLs change but the browser progress bar is not showing.
In general the most common approach is to build your site / module as a one-page site with all of the content and use JS to hide/show the content.
The URL can also be changed visually using location.history
. Obviously you’d need to engineer the site so that URL lands somewhere meaningful.
An example of this that I build sometimes in Webflow is a CMS page that’s a slider. Each page contains a collection list of all pages, so the full slider is visible. As the slide changes, the URL changes with it, so that if you copy-paste the URL, you will enter on a different collection page directly but with the same full-slider content.
Here’s a cloneable I built that might help you work out your design approach.
How interesting. Thank you very much for the info and the cloneable project. I’m going to try.
Thank you so much