Hi, I need to put a link on the title section of the navigation bar. Many of my first users are trying to go back by pressing on it but nothing happens.
As you see on the image, there is no way of setting up an action for the title section
Hi, I need to put a link on the title section of the navigation bar. Many of my first users are trying to go back by pressing on it but nothing happens.
As you see on the image, there is no way of setting up an action for the title section
Hi @Sesalas,
Based on my experience, if you use the standard AppBar component, the only way I can see is to enable the left icon and configure the link there.
Otherwise, the alternative I used in my app (on a couple of screens) is to create a custom AppBar (through a Group of objects) with the Title and the buttons you need so that you can also customize its behavior.
Hope this helps
Enrico
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.