I see it is now possible to get a path from the URL, but is it possible to navigate to a specific url path?
i.e. app.bubbleapps.io/home/value
instead of app.bubbleapps.io/home?key=value
I see it is now possible to get a path from the URL, but is it possible to navigate to a specific url path?
i.e. app.bubbleapps.io/home/value
instead of app.bubbleapps.io/home?key=value
Yes, you can then extract the āValueā from the URL when you get to āHomeā.
Right. I understand you can extract the path from the url. But how about the other way around⦠navigating to the path.
From app.bubbleapps.io/home can you navigate to app.bubbleapps.io/home/value ?
Thanks in advance.
Is something like this what youāre looking to do?
Thanks for the link. After reading that post, I donāt understand whatās being accomplished. Although Iām a bit tired so I may have to look at it again tomorrow.
If you navigate around your Stripe dashboard youāll see when you click on a menu item, the url path changes to that menu itemās title.
For example. If you click on āCustomersā the url changes from https://dashboard.stripe.com//dashboard to https://dashboard.stripe.com/customers
It would make for a cleaner app if you could change the path. That way, when you navigate to another page, and then use the back button, the path would automatically show a specific part of an app (instead of states, when arenāt saved once a user leaves the page.)
Not a huge deal. I am just curious.
*Edit: My apologies, I misunderstood your question. I donāt know how to set it up where the URL changes based on what is clicked, similar to Stripe.
Yes, Bubble doesnāt care about the ā/valueā if āhomeā is an actual page.
But to get it to do this you need to do āOpen External Websiteā which is somewhat annoying.