This plugin works on every page except your app’s index.
Add the Router element to any page where you need URL–based routing.
Use the “Change URL” action to update the address bar; this instantly fires the “URL Changed” event.
Handle the “URL Changed” event in your workflows, using the parsed path segments and query parameters to control what appears on the page.
---
Note: The first path segment is the portion immediately after the page name.
For example, in
https://test.bubbleapps.io/library/books:
- the first segment is books.
- The plugin automatically recognizes dev vs. live mode based on your app’s URL settings. Even if your path is prefixed with /version-test (e.g.
https://test.bubbleapps.io/version-test/library/books), the first segment remains books.