1,950 questions
1
vote
0
answers
105
views
Android 15 & 16 - 3 Button Navigation - Icon Color Problem
Is there a way to change the icon color of the 3-button navigation bar on Android 15 & 16? I’ve already changed the background color of the status bar, the icon color of the status bar, and the ...
-1
votes
1
answer
70
views
How to reduce top padding of NavigationBar to match native Apple apps? [closed]
When I use navigationTitle in SwiftUI, the top padding becomes too large. However, in Apple’s own apps the top area is noticeably smaller and more compact. How can I achieve the same native look with ...
0
votes
1
answer
81
views
Segmented control has design bugs in Navigation Bar with Liquid Glass
When I put a SwifUI segmented control in a navigation bar, liquid glass seems to be making it render incorrectly. The capsule has vertical clipping and the sides show layered backgrounds.
Here is my ...
2
votes
2
answers
126
views
Android 35+ Navigation Bar Changes Color During Activity Change
I noticed very weird behaviour regarding colors in my app. During changing Activity from Activity1 to Activity2 navigation bar changes its color (to black one if it matters) during transition. After ...
0
votes
0
answers
29
views
How to detect visibility of left navigation bar with behaviour - BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE?
I have an activity and inside this using Fragment with ConstraintLayout container. I enabled left navigation bar with swipe right but I am not able to dismiss it or know if it's dismissed as per my ...
0
votes
0
answers
153
views
Android Navigationbar white (React Native Expo App)
I'm building a React Native app using Expo and TypeScript. I want the Android navigation bar (the bar at the bottom with the back/home buttons) to be white with dark icons (i.e. dark-content).
Right ...
2
votes
3
answers
2k
views
My Android 15 layout covers navigationbar
I have a problem with a layout file in my Android Project.
It works perfectly in Android <= 13, but now in Android 15 the layout goes beyond the normal bounds of the touchscreen, and invades the ...
0
votes
1
answer
120
views
how i can fix shake and vibration centered image when width is changes?
I beginner and trying to create navigation bar at small project.
everything is good but when width is changing, it have vibration and shake:
My logo on center of navigation bar will shake when width ...
0
votes
0
answers
31
views
Weebly: Navigation bar add gradient
I would like to change the navigation bar on a weebly pre-built site (existing theme). I want to make the bar a gradient. Is there a way to do this?
I did find some code for adding a gradient but I ...
0
votes
1
answer
161
views
Custom Title in Navigation Bar in SwiftUI
In my SwiftUI detail view I have this code (part of it)
import SwiftUI
import MapKit
import Kingfisher
import BottomSheet
struct VehiclePositionView: View {
@Environment(\.isPresented) var ...
0
votes
1
answer
72
views
iOS title bar border is not hiding properly in MAUI
In iOS there is a default border in title bar in MAUI. We used a renderer and the border also removed, but the title text color not changing properly. Is using renderer in MAUI the right way or is ...
0
votes
2
answers
146
views
Having navigation bar href path routing issues whenever I am in a new html page
When I first load the page to index.html everything loads fine. I press the About link in the navigation bar to direct to the about.html page and it loads fine. But when I press on the About link ...
8
votes
0
answers
448
views
Android 15 navigation bar icons appear dark even on a dark background
My app uses this theme (it has no light variant):
<style name="AppBase" parent="@android:style/Theme.Material.NoActionBar">
...
<item name="android:...
7
votes
1
answer
512
views
Is there a way to force the system navigation bar foreground colour (light/dark) in API 35?
I've used various fragments where the entire background (fullscreen) is a single colour - say green. This has worked well on every version up until API 35, which introduced this EdgeToEdge ...
1
vote
1
answer
341
views
How add a segmented picker under the title in a NavigationBar on SwiftUI?
I'm trying to add a segmented picker in the NavigationBar under the title with SwiftUI.
I've tried with the toolbar, but it was show on the top and not under the title.
How can I achieve the result ...
0
votes
0
answers
88
views
2 levels of header nav bar: 1 primary, 1 secondary
I am looking to achieve 2 levels of top navbar in Sphinx: One for website navigation, another for navigating between different kinds of docs.
I am using pydata-theme currently. While I can get one ...
0
votes
1
answer
250
views
With Compose, how can I show a navigation bar only on a sub navigation graph
I'm making a Kotlin Multiplatform / Compose Multiplatform app. I want this sort of graph :
SplashScreen
AuthScreen
MainGraph
HomeScreen
...
SettingsScreen
I want a navigation bar to navigate through ...
0
votes
1
answer
86
views
Is it possible to make the system bar overlap while not overlapping the navigation bar
fun setStatusBarTransparent() {
window.apply {
addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS)
clearFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS)
}
...
13
votes
2
answers
3k
views
Change navigation bar buttons and status bar icons colors
As apps with targetSdk 35 are edge-to-edge by default on Android 15, so I encountered a problem with navigation bar and status bar icons colors.
When running my app on android 15, navigation bar ...
0
votes
2
answers
58
views
In flutter, NavigationRail.destinations[0].label.toString() returns 'Text{"Text")' instead of "Text"
I use NavigationRail & NavigationBar in my project. When I try to read the label of one of the destinations attached to NavigationRail, I get Text("Text") instead of "Text".
...
1
vote
1
answer
91
views
Flutter BottomNavigationBar show 1 label only
I have implemented a navigation bar, but the labels aren't shown for the other labels which aren't clicked.I want to show all the labels for BottomNavigationBar either they are clicked or not.
...
0
votes
2
answers
912
views
Navigation bar SwiftUI toolbar background
I set up my nav bar like this:
.navigationTitle(selectedTab == .users ? "Working with GET request" : "Working with POST request")
.navigationBarTitleDisplayMode(....
0
votes
2
answers
119
views
What is the best way to make a persistent bottom navigation bar? [closed]
I need a permanent bottom navigation bar with Flutter. I want to do this with 5 elements. At the same time, 4 of these 5 elements will redirect to the page and 1 will redirect to the url. When the url ...
-1
votes
1
answer
56
views
How to overide flutter BottomNavigationBar widget with a custom container widget?
I'm using scaffold to use bottom navigation bar. There is a page where i need to change the bottom navigation bar widget into a custom widget like image below on a state changed. How can i do this?
...
0
votes
0
answers
52
views
WPF Frame Navigation: Preventing Duplicate Instances in Navigation History
In my WPF application, I'm using a Frame for navigation between pages. The issue I'm encountering is that whenever I navigate to a page that is already open, a new instance of that page is added to ...
0
votes
0
answers
40
views
android studio navigation bar
bottomNavigationView.setOnNavigationItemSelectedListener(new BottomNavigationView.OnNavigationItemSelectedListener() {
@Override
public boolean onNavigationItemSelected(@NonNull MenuItem item) ...
1
vote
1
answer
272
views
Android Google AOSP Navigation Bar is gone
I'm using Android 13 Google AOSP.
In Settings -> System -> Gesture -> System Navigation, neither Gesture Navigation nor 3-button Navigation works.
Gesture navigation works normally, but the ...
0
votes
0
answers
807
views
Segmentation Fault Streamlit
I try to build a simple Streamlit project with these codes and libraries,
`import streamlit as st
from streamlit_option_menu import option_menu
import warnings
warnings.filterwarnings('ignore')
st....
-2
votes
1
answer
30
views
Fixed the text passing above the navigation bar
when I scroll, the caption text passes above the navigation bar and crashes, even though it should pass below the navigation bar, how do I fix it
Well, like the picture here, what I marked in red is ...
1
vote
2
answers
1k
views
How to use Theme.of(context) to add color to labelTextStyle
In the general ThemeData of my flutter app, I have the following code to give a general style to the NavigationBar.
This is the way to style the label under the icon within NavigationBarTheme, based ...
0
votes
1
answer
52
views
How to Remove Background of BottomNavigationView Item in Android?
I'm working on an Android application and I'm trying to remove the background from a BottomNavigationView. Currently, it displays a purple (like a button) background, but I would like it to be ...
0
votes
1
answer
154
views
Prevent SwiftUI navigationBar to automatically adjust/match background to adjacent element
I have a flight detail view (destination from a root navigation view) with a top bar that shows relative time to relevant times around said flight. This top bar is the first subview that sits at the ...
0
votes
1
answer
78
views
Re-using same code for navigationbar items in SwiftUI
I'm setting up an SwiftUI app with TabView-navigation and individual NavigationStacks (to preserve individual navigation state per stack).
One thing that buggles my mind is that I want to have the ...
0
votes
2
answers
276
views
Flutter: Identical Colors Appear Different on Scaffold and NavigationBar
I'm experiencing an unexpected issue in Flutter where setting the same background color for both a Scaffold and a NavigationBar results in a slight difference in shade between the two, even though the ...
1
vote
1
answer
138
views
SwiftUI: Why do I get duplicates in my TabView?
I am trying to add a navigation bar to my SwiftUI app using a TabView like this:
import SwiftUI
struct ContentView: View {
@State var isLoggedIn: Bool = false
var body: some View {
...
1
vote
1
answer
78
views
NavigationBar indicatorColor blips when changing the NavigationDestination
I am implementing NavigationBar widget as bottomNavigationBar: inside Scaffold. I have three NavigationDestination items in the Navigation Bar.
Two of the items has colorful indicatorColor: and one of ...
0
votes
1
answer
70
views
Rendering a background image matching window frame, and under navigationTitle, in visionOS
I managed to render a full width / height background with a modifier that looks like this.-
.background {
AsyncImage(
url: url,
transaction: Transaction(animation: .easeIn)
) { ...
1
vote
3
answers
614
views
rtl support for expo-router bottom tabs
I'm using expo-router in my react-native project.
I encountered a problem in making the bottom tabs of the application.
The problem is that I don't know exactly how to start the tabs from the right ...
0
votes
3
answers
54
views
Css navigation bar, Where am I getting it wrong?
I am working on a navigation bar using HTML, CSS, and JavaScript.
I already codes it and I set the display of the bar to fixed then I noticed that the content of the page is now overlaying the nav bar....
0
votes
1
answer
164
views
What is the default color used for NavigationBar in flutter
I have a NavigationBar in my app and occasionally I will show a modal bottom sheet.
I would like the bottom sheet to have the same color as the NavigationBar.
What is the default color for the ...
0
votes
2
answers
437
views
Activity Indicator in SwiftUI cannot cover navigation bar
I have 2 views, lets name it view A and view B.
View B will be shown by pushed from view A.
In view B, I want to show Activity Indicator that cover the whole screen of the device.
But in my approach, ...
0
votes
1
answer
442
views
Swiftui page switch stuck when navigationbar changed in IOS17.2
In Swiftui, when I jump from a page containing Navigationbar to a hidden page in Navigationbar, then swipe back, and then click on the jump button, the page will freeze and not respond.I used Iphone14 ...
0
votes
1
answer
377
views
NavigationBar not hide in Immersive Mode when show a DialogFragment with Navigation Component-Android Kotlin
I'm a newbie and created a game on native Android with Kotlin (a big mistake).
https://play.google.com/store/apps/details?id=nochi.words
Since I believed it, I have had nothing but problems. And the ...
1
vote
1
answer
52
views
Sticky navigation bar extending to the right side past margin
I have a webpage that uses a navigation bar using the following code:
body {
margin: 3em;
}
#navbar {
overflow: hidden;
background-color: #333;
}
.sticky {
position: fixed;
top: 0;
width: ...
0
votes
1
answer
52
views
Flutter Navigation bottom bar not visible in all screens
How can I see the NavigationBar throughout the app? also in the detail screens?
import 'package:flutter/material.dart';
import 'package:prestigeshop/app_bar/ui/app_bar_nav.dart';
import 'package:...
-1
votes
1
answer
89
views
Repeat my NavigationBar widget across all pages
I'd like to repeat the navigation bar across all pages, and the bottomnavigationbar works like a charm, but when I change pages using the drawer, the bottom navigationbar disappears. Followed this ...
2
votes
0
answers
707
views
SwiftUI: Adding a Share Button to Navigation title menu using ShareLink and the toolbarTitleMenu modifier
If you select a file in the Files app on iOS you can tap on the title and get some extra actions, similar to a context menu. I want this in one of my apps and learned about the toolbarTitleMenu ...
-2
votes
1
answer
110
views
How to connect login page to home screen?
I wrote the code separately for the start page, sign up page and login page. Afterwards I wrote the code for the navigation bar. They can run separately, but when I tried to put them together it ended ...
0
votes
1
answer
536
views
Hide android navigation bar react native
I want to hide android navigation when calling a modal window, but I can’t do it, it is always shown when the modal is opened.
I tried solutions to this question but it didn't work (Hide Android ...
4
votes
3
answers
2k
views
SwiftUi - Weird navigation bar background color with Map in view
I have two tabs: one is a map inside a List and the other is a simple setting view.
This is the code for both:
LocationView.swift
import SwiftUI
import MapKit
struct Locations: View {
var body: ...