MrLeo
August 5, 2021, 6:16am
1
Thanks for everyone’s guidance on how to hide black in the navigation bar
Hi, you need to use CSS code (entered in a “Rich text” component).
You’ll find a library from @ThinhDinh and @Lucas_Pires here
Also some tricks here
Several ways. Depends what else is on the screen. You can use an image component and then style it. I’m using a round tile component, setting it to 2 tiles per row and then creating a Rich text box with this CSS:
.fdeRBK {
grid-template-columns: repeat(1, 1fr);
width: 200px;
margin: auto;
}
If you want the colored background, I placed the rich text box with the CSS at the very top and included this CSS:
<pre>
<span><style>
[data-test=app-markdown-view] {
background-image: url("…
Do you mean hiding the back button?
11183
August 5, 2021, 7:07pm
4
Unfortunately hiding the back button isn’t good enough. You still can swipe back (ios) or use system back button (android). We still don’t have any kind of modal sheet/window functionality. That’s sad(