Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [navigation-drawer]

Navigation Drawer in a mobile application is the side panel which slides out from the edge of the screen and displays the navigation menu of the application. Use this tag for programming questions related to navigation drawers only. General UX questions and other opinion based questions related to navigation drawers are not on topic for Stack Overflow.

navigation-drawer
0 votes
0 answers
5 views

Different navigation drawer depending on role

I have been trying to have two different navigations depending on role. I'm not sure I'm using the right names and words, so, here's an image example of what I mean: (Sorry the image is huge, I'm a ...
August's user avatar
  • 11
-1 votes
0 answers
8 views

Using navigation drawers to navigate to different Views

I am having a problem with opening my navigation drawer within my View. I originally set page.drawer = ft.NavigationDrawer(contents of drawer), then had a menu button within my appbar that calls a ...
Snipez's user avatar
  • 1
0 votes
0 answers
6 views

Kivy MD: Multiple Columns Menu Display Issue

I'm encountering an issue with my Kivy MD application where the navigation menu is displayed in three columns instead of a single column layout (The menu is multiplied by 3). Here's an overview of my ...
gelu76's user avatar
  • 9
0 votes
1 answer
27 views

How to make a floating NavigationView in Android

I want to replicate the menu that Google has in its applications, but I don't know if there is a component like NavigationView and DrawerLayout that allows this menu to be made but that is not fixed ...
caflorezv's user avatar
0 votes
0 answers
25 views

How to make a drawer item navigate to a stack navigator screen?

Is there a way to navigate to a stack navigator screen from the drawer navigator by clicking it? I mean: <Drawer.Screen name="Profile" component={ProfileScreen} /> Here, I don't want ...
JeremyFc's user avatar
  • 177
0 votes
0 answers
16 views

Can we set two anchor in MUI swappable drawer?

I'm working on a React project where I'm using Material-UI (MUI) for the UI components. I have a requirement where I need a drawer that can be closed by swiping from top to bottom or from left to ...
Ramchandra Shahi Thakuri's user avatar
0 votes
0 answers
25 views

Drawer Menu Freezes in React Native App for Some Android Users

I'm encountering an issue with the drawer menu in my React Native app. Some users with Android devices report that the menu gets stuck and they can't navigate. I've implemented the menu using the @...
AZAX's user avatar
  • 1
0 votes
1 answer
85 views

React Native - Hide Drawer header in a stack that is inside a bottom tab navigator

I want to hide the header of drawer through all the screens of my form that is actually a stack. I'm working with React Native CLI. Add Patient Stack <Stack.Navigator screenOptions={{headerShown: ...
gomii's user avatar
  • 3
0 votes
0 answers
40 views

React Native Error: Cannot read property 'openDrawer' of undefined

I am implementing a react native project in which I have to add bottomtab navigation as well as right and left side drawer navigation all the screens. I have successfully implemented the tab ...
abcd's user avatar
  • 11
1 vote
1 answer
60 views

Not able to use the right side drawer navigation in react native

So I am new to react native and have been trying to implement drawer navigators. The issue I am facing is that when I click on the icon on the right side I want the right side drawer to open but it ...
abcd's user avatar
  • 11
2 votes
0 answers
118 views

React native: Drawer on the home page, stack on all other pages

I would like my app to have a drawer on the main page, and stack navigation on all the rest of the pages. I'm planning on setting out pages so that only some will be accessed from the drawer, others ...
The-IT's user avatar
  • 710
1 vote
0 answers
133 views

Jetpack Compose ModalNavigationDrawer with SwipeToDismissBox disables the gesture for opening nav drawer

Is it possible to have a LazyColumn with a SwipeToDismissBox also work correctly within a ModalNavigationDrawer? I have a basic composable with a ModalNavigationDrawer that has a LazyColumn within it. ...
Callum Marks's user avatar
0 votes
0 answers
30 views

ModalNavigationDrawer in navController in Jetpack Compose

I have a problem with navigation, I want the user to have lists of projects displayed at the beginning. After switching to a certain project, he could call ModalNavigationDrawer and there he already ...
Семён Заросликов's user avatar
0 votes
1 answer
37 views

How to disable the navigation drawer on login fragment?

How to disable the navigation drawer together with hamburger button and toolbar while the user is on login fragment (or sign up fragment)? After the user login in app, I want to enable the navigation ...
Teo's user avatar
  • 3
0 votes
1 answer
51 views

How to change the ripple color when an item is pressed in a navigation drawer

So I'm learning about how to incorporate the navigation drawer in my android app. I've successfully managed to incorporate it in my app. However, I cant find out how to change the ripple color when I ...
humble's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
387