Multi-page app - how to change app title depending on the page

I want to change the page title depending on the page selected when using multi-page apps. Any way to do this?

hi @kiteme

An app title can be something as simple as an html.H1 header. You can have your header in each app page set to your desired title. Then, every time a page is selected, that pre-defined title will appear. You can see an example of this in Ann Marie’s basic multipage folder.

For example, if you run the app and click the Historical Archive page, you’ll see the page title Historical Archive.

1 Like