Questions tagged [side-menu]
204 questions
0
votes
1 answer
User returns to previous screen instead of showing side menu
I have the following situation: there is a screen, where I want to add side menu. Probably I had a lot of problems while integrating side-menu to my app, but now I created simple menu with one button. So, I want to open my side menu by swiping to…

Sergei Mikhailovskii
- 2,100
- 2
- 21
- 43
0
votes
3 answers
How to add view in side menu table in swift
I have created side menu table with width 200, there i am able to add label to show menu items but here i have to add uiview above the label in table in swift.
Here is my code:
import UIKit
class MenuTableViewController: UITableViewController {
var…

Swift
- 1,074
- 12
- 46
0
votes
1 answer
How to make a side menu in Vaadin 13?
Can anyone show me how to create a side menu in Vaadin 13?
I’ve tried it with the normal App layout, but I can’t put it to the side like I want it.
0
votes
1 answer
How to Tabbar Show in Another Sidemenu item?
Why my Tabbar Show in Another Sidemenu item, here is my code
let navigate = storyboard?.instantiateViewController(withIdentifier: "ViewController") as! ViewController
navigationController?.pushViewController(navigate, animated: true)

Abhishek Vamja
- 1
- 2
0
votes
1 answer
JSON to side menu generation in angular5 to n levels
I am trying to build a UI where the side menu of the page has to be generated dynamically
please find the following json sample
{
"side-menu 1": {
"id": "",
"display-name": "",
"route-id": "",
"description": "

DhanaLaxshmi
- 424
- 1
- 11
- 24
0
votes
0 answers
How do I position my side menu above the content of the page?
I am attempting a mobile first approach for this website, however, when the side menu pops out after clicking the button only a portion of the menu is underneath the page content while the rest is on top as it should be.
what other options are…

Ryan Postell
- 15
- 4
0
votes
0 answers
Submenu is not showing active when I select any page of that options
I am using jQuery accordion, inside it having a main menu and its options, Inside it having sub-menu and its options.
When I click any option of main menu and page renders then menu shows active and OPEN, but when I click and open any page from…

The Khaleesi
- 13
- 1
- 6
0
votes
1 answer
Side-menu is not working properly on mapView in swift
I'm building an application in swift which gets user's location and save it to access later. I have a problem about UI. I made a left-side menu on mapView. When I want to slide to open it, map is sliding but side-menu doesn't opening. Besides, I…

ensar.koseoglu
- 5
- 5
0
votes
1 answer
DropDown Buttons in a side menu items
I've made a side menu with items but what I need now is to add another sub menu for each item.
What should I do to accomplish that?
class CustomListTitle extends StatelessWidget{
//....
Row(
children: [
Icon(icon),
…

Sarah Abouyassine
- 169
- 1
- 2
- 13
0
votes
1 answer
Navigating from single page view to side-menu layout in ionic 4
I'd like to build an app using Ionic 4 that simplistically works the following way:
On-boarding page is shown with some images/text
After user clicked 'start' button, some flag onboarded=true is written into local-storage
User redirected to the…

Andrew Bargan
- 71
- 1
- 4
0
votes
0 answers
viewWillAppear and viewDidAppear not called when presenting view controller from Side Menu?
I'm using this library to show a side menu inside my app: https://github.com/jonkykong/SideMenu
All is fine except for one thing. When I present a viewcontroller from the side menu, and then dismiss this view controller to the main view controller,…

Wo_0NDeR ᵀᴹ
- 563
- 5
- 16
0
votes
1 answer
how to check authentication on ion-side menu open after login?
how to check authentication on ion-side menu open after login...
app.component.ts
this.afAuth.auth.onAuthStateChanged((user) =>
{
if (user == null)
{
console.log("Logged out");
…

keshav godani
- 95
- 3
- 11
0
votes
1 answer
Sidemenu Over the view
I'm building a simple View with SideMenu. So if I try to click on it, I can see the option but the side menu is Under all items and not Over all items.
This is the code of ViewController:
[code]
//
// ViewController.swift
// …

bircastri
- 2,169
- 13
- 50
- 119
0
votes
1 answer
Detect which viewController presented the SideMenu and implement proper functionality for its presentation
I'm using the following pod for my SideMenu functionality. Now, if I opened it from XYZ viewController and selected the row which again opens the XYZ viewController, the page is being pushed, but instead, I want the SideMenu to be dismissed, no to…

Emma V.
- 99
- 1
- 8
0
votes
2 answers
How navigate to a page from side menu in react native navigation Wix V2
I am new in react native. I want to navigate to a screen from side menu.I have used react-native-navigation Wix V2 library. I would be thankful if some one could help me with a simple example.

anna
- 95
- 3
- 16