Is there a way to add a back button for all screens except for Screen1?

Hi,

Many apps have a button to view the previous page from the title bar itself. I’m wondering whether there are ways to do it in MIT App Inventor or do I need to make a custom title bar myself.

For example, (OneMap on Android)

Thank you.

Custom Title Bar is the way to go.

Or use the BackPressed event (to use back arrow bottom left of nav bar) on all screens except home screen)

So I need to create my own? Or is there an extension? Thanks

Easiest to create your own, Horizontal Arrangement, Image/Button and some text. Then hide the title bar. (you can also recreate the three dot menu if you need it)

Thank you