Replies: 3 comments 3 replies
-
|
The Android toolbar uses the theme style specified in your application to determine its colors. For example, in the demo app that's provided here: https://github.com/hotwired/hotwire-native-android/blob/main/demo/src/main/res/values/styles.xml#L29-L35 This is the preferred approach, since it's visible immediately, before the To modify the default web fragment, you'd need to subclass |
Beta Was this translation helpful? Give feedback.
-
|
Is it possible (and can someone give some pointers) to show navigation bar only on some pages? |
Beta Was this translation helpful? Give feedback.
-
|
Navigation I don't think so but for the bottom navigation I created a custom fragment to show/hide it. This decision comes from the bridge component flow into fragment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to disable the default navigation bar that appears after following the Native Android setup. No matter what I do, it keeps showing at the top of the screen.
The reason I'm trying to remove it is that I haven't been able to change its background color. If I can successfully hide the default top bar, I’ll be able to use a custom HTML navbar instead.
If anyone knows how to completely disable the default navigation, please help!
Beta Was this translation helpful? Give feedback.
All reactions