Hello. My app is intended for mobile so it’s single page, meaning instead of having navigation to pages we use hide/show groups instead. So how can I make it so that based on the group shown, the URL changes without having to navigate out/reload the page?
The “show x group when Get data from page URL” isn’t really the best solution because it’s very easy for the user to see what was shared to them, eventually browse other things but keep having that same URL. So when they reload the page or view other things and try to share them they still carry the same URL since the page never changed because all that indicates “pages” are hidden and shown groups in our single page app.
For example. If you’re shared a video I use the “get data from page URL” to show you that specific video using hide/show workflows on page load conditionals, but if you keep browsing and you wanna suddenly take the URL of what you’re seeing you should be able to share where you’re at right? Not the link of the video you watched 2-10 videos ago… This is where the problem is. I do have manual “share” buttons that share the right link of what you see, but if you happen not to use it and instead decide to just copy the link your browser shows it’ll be wrong and that’s problematic.
Imagine it working like this:
If you’re in index you’d be in website.com.
When you enter, say, a listing (hide and show a group) you’re now in website.com?listing=x
When you get out of that listing (hide listing, show home), back at website.com
Let’s say then you enter someone’s profile, so you’re at website.com?profile=x.
All with just hide and show workflows for groups, never a “Go to page” or anything. Is it possible?
edit: meant parameters…
