Can I hide the back button at the top?

Use this in a rich text component

<pre><span><style>

[data-test="back-button"] {
display: none;
}

However users can still use a swipe left action or Android’s back button to navigate back, you don’t have control over those.

4 Likes