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.
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.