Questions tagged [side-menu]
204 questions
27
votes
3 answers
How to create side menu with react-native?
I'm new in React Native, I want to create a side menu like this, any reference for this?

Quinn
- 697
- 1
- 10
- 25
16
votes
1 answer
Material UI: drawer with expandable side menu
Using Material UI, how can I construct a Drawer with expandable menu items like the one on the material-ui.com site?
So I want something like this:
Each menu item (in bold) can expand to reveal sub-menu items.
How can this be achieved with Material…

etayluz
- 15,920
- 23
- 106
- 151
10
votes
2 answers
Navigate to URL/Deep Link with DrawerNavigator [React native]
How can we open a link from a navigator entry? For example, like:
const Home = DrawerNavigator ({
Account: { screen: Account },
Availability: { screen: Availability },
Favorites: { screen: Favorites },
Website: { screen:…

Idan
- 3,604
- 1
- 28
- 33
9
votes
1 answer
Sidemenu background-color in Ionic-v4
I have a Ionic-v4-app with an side-menu structured like that:
…

Bourbon
- 603
- 3
- 8
- 17
7
votes
3 answers
opening/closing navigation drawer not working in react native
In my react native app I have created a side menu using Drawer Navigator which is working perfectly when I open it by swiping. But I want to do is to open it on button click. Currently I am trying to do trough navigation props, the related code is…

kinza
- 535
- 11
- 31
7
votes
2 answers
ionic 3 side menu not working in ios
My ionic side menu is working in android mobile but in ios i am not getting.
here is the code for .html
…

Mohan Gopi
- 7,606
- 17
- 66
- 117
3
votes
3 answers
How to hide part of status bar, when custom side menu presented
I have a custom Side Menu class based on UIViewController. Presenting of Side menu looks like:
extension UIViewController: MenuPresentableProtocol {
func setupMenu() {
guard let menu = AppDelegate.shared.menu else { return }
…

Sergey Hleb
- 152
- 1
- 16
3
votes
0 answers
iOS - Detect panGesture on edge of screen to open side menu + UICollectionView with horizontal scrolling
I just have an UICollectionView inside my UIViewController.
I am using SWRevealViewController to open left/right side menu. I can set its panGestureRecognizer to provide full screen…
user7219266
3
votes
4 answers
Side menu not covering all screen (DrawerNavigator - React Native)
I adding image of screen, this work in part of screen.
The Contacts screen need to be main page and not screen1 but its didn't work if i replace between them.
I adding the code, in 'LogedInNavigator' have there TabNavigator and DrawerNavigator - the…

Idan
- 3,604
- 1
- 28
- 33
2
votes
2 answers
How to add transparent background while open the side menu in swift?
I am using left side menu from jonkykong/SideMenu. If I open side menu I need transparent background view and if i close then background should change to its original colour. For that i am trying to set alpha value for side menu.
I have tried two…

Swift
- 1,074
- 12
- 46
2
votes
1 answer
How to launch new View in SwiftUI from a slider menu so that it does not launch within the slider itself
So I'm using SwiftUI and have a slider/side menu window. When I launch the slider, it presents itself on top of and covering about half the width of the screen. It presents the user with several options. When I click an entry on that menu, the…

phil
- 993
- 1
- 10
- 34
2
votes
0 answers
How to give settings(alpha value for background view) in SideMenu in swift?
I’m using left side menu from jonkykong/SideMenu this framework. Here i need to change background view colour alpha value while open(means click on button) the side menu and when i close the side menu i need back the original background colour.
for…

Swift
- 1,074
- 12
- 46
2
votes
2 answers
How to display an activity or fragment on navigationView in Android?
In Swift, we can use a Library called "SideMenu" to show a viewController on the SideMenu.
Now, I'm coding in Android. I want to display activity in the NavigationView we can only display a Menu or header.
I cannot show an activity or fragment on…

Jaouad El hormi
- 23
- 4
2
votes
1 answer
Codename One Access SideNavigationPanel Using UIID
I have an Android app with a side menu. Since I am using css support, I need to style the side menu using code (what I prefer anyway).
I am facing difficulties finding the correct approach to access the side menu.
This is what I have tried:
Style…

rainer
- 3,295
- 5
- 34
- 50
2
votes
2 answers
SideMenu left not using the full height of the screen
I'm using this library to create a side menu in iOS, using Swift 4.
But, this only works for smaller screens like the iPhone SE or 5S. On bigger screens like the iPhone 6, this does not work as the side menu does not extend all the way down to the…

Augusto
- 3,825
- 9
- 45
- 93