Hide the back button

Is it possible to hide the back button on a screen? Allowing for a forward only path through my app via buttons and links across screens?

In a native way I think there is no way. But I saw this code on a web page, using Rich Text, see if it works because it didn’t work for me "/

<span/>
<style>
@import  '//glidetools.ml/app-layout/addScreen?hideCancel&addLabel=Salvar'
</style>

1 Like

@Roberto_Salim this option is only in a Form Button and hide the Cancel option

1 Like