Questions tagged [side-menu]
204 questions
0
votes
1 answer
How to position elements to bottom of a Toolbar using DrawerNavigator for React-Native
I am using DrawerNavigator for React-Native, and inside the Drawer the following CustomDrawerContentComponent...
const uiTheme = {
palette: {
primaryColor: COLOR.blue500,
},
toolbar: {
container: {
height: 80,
},
…

user10034128
- 11
- 2
0
votes
3 answers
What code I have to write in didSelectRowAtIndexPath method for navigate/push to new ViewController, according to my example?
I am referring project from GitHub.
I am trying to modify it according to my requirement, but I am not getting and not able to understand that what code I have to write in didSelectRowAtIndexPath method.
What I want is that after clicking tableView…

Priyanka Patil
- 318
- 1
- 9
0
votes
1 answer
Openlayers - Checkbox events in Sidebar
I am programming a map and I place markers on it according to a GeoJSON file. My markers are well displayed on the map with the good coordinates and now I want to implement a sidemenu. I have created a sidemenu with a checkbox, and I want the…

Adrien
- 165
- 2
- 3
- 11
0
votes
1 answer
Ionic 2/3 - How to keep a side menu open until the user clicks on a given button?
Is there a way to keep an Ionic 3 side menu open until the user clicks on a given button?
The default behavior is that a side menu closes itself when the ion-content associated with receives a click event.
I would like to override this behavior.…

Gregordy
- 597
- 7
- 18
0
votes
1 answer
Swift - jonkykong SideMenu - Push view on top of menu
I'm using jonkykong's SideMenu and I want to push a view controller on top of my menu without dismissing the menu. Setting menuDismissOnPush to false keeps the menu from dismissing, but the pushed view controller is underneath the menu. How can I…

Adam Zarn
- 1,868
- 1
- 16
- 42
0
votes
1 answer
Side Menu Within MapView XCode
How do I add a functioning side menu that is within a map like Uber when you open it? I want to be able to click the "side menu" which displays the options. The main thing I am having trouble i being able to "drag" the menu to collapse it, like the…

rengineer
- 349
- 3
- 19
0
votes
2 answers
SideMenu with AutoLayout
I'am trying to make a side menu and i have some problems with setting it with auto layout.
I have a rootViewController that i add to it the leftMenuVC as childVC then i set the constraints.
class RootVC: UIViewController, NavigationBarDelegate {
…

Chikiadel
- 600
- 5
- 8
0
votes
2 answers
Swipe-able Left Sidemenu with Homeview Gaussian blur effect IOS
I was looking for framework which provides left sidemenu that is open either by clicking left arrow button or by swiping in right direction and once swiping begun homeview gets blurred(using gaussian blur effect) as shown in image.
It will be great…

Drashti
- 63
- 6
0
votes
2 answers
elements are hiding behind others
I'm trying to make an html page that that has a map for the main page, and a sidenav for a menu. The problem is that I can't get the sidenav open button to show in front or above the map. It seem that its always behind it, or if I mess with stuff I…

Troy Buerge
- 178
- 1
- 10
0
votes
0 answers
How to push other view controller when open jonkykong/SideMenu?
I make VOIP app and for side menu, i used jonkykong/SideMenu side menu in swift.
I have the following issue :
1)open side menu
2) Any person calling gets that time I push my call view controller
but display "Black Screen".
So how to resolve this…

shraddha k vaishanani
- 432
- 2
- 7
- 23
0
votes
1 answer
Sidemenu collapse not working using Angular module
I've integrated an sb-admin template in my angular project. So, I divided that into modules like Sidebar, footer etc. Where I'm facing the problem with collapsing a Sidebar. If I insert sidebar using a module, menu collapse doesn't work and if I…

Tushar Walzade
- 3,737
- 4
- 33
- 56
0
votes
1 answer
How can i create a menu in a child page in ionic 3
I've been try to think about a way to about this, can't just think about anything yet.
Quickly: I have a project which consists of two channels. One for the admin, the other for the staffs, The app automatically takes you the right channel…

user3118363
- 337
- 4
- 13
0
votes
1 answer
how to hide side menu when tapped anywhere outside
i want to hide the side menu whenever the user taps anywhere outside. The menu is appearing but i can't find any way to come out of it. any suggestions regarding hidesOnTap will also be appreciated. I have also used a table view to display side menu…

Ankur sharma
- 71
- 8
0
votes
2 answers
how to reuse the bar button for the slide menu on every controller view
I've built a slide menu that works fine. Each button leads to a new view controller. Rather than clicking on the back button of the subview view contoller to return to the main view controller to switch to the next function, I'd like from every view…

narb
- 958
- 1
- 13
- 39
0
votes
1 answer
open close side menu with variable width (in xcode)
I am trying to setup a side/slide menu but all the examples I find has a fixed width so when it comes to hide/show the menu they are playing with a -/+ value for the width constraint.
I wanted to set the width with a percentage ratio so I've chosen…

narb
- 958
- 1
- 13
- 39