Questions tagged [side-menu]
204 questions
1
vote
1 answer
ionic 4 side menu doesn't update it's content
I have created an ionic 4 app.
I am using native google maps and custom marker.
When I click on a marker, I want to open my side-menu with place details.
What I did,
- I have disabled the menu at first on app.component.ts
- When…

Harry
- 235
- 1
- 8
1
vote
2 answers
How can I use JonkyKong/SideMenu - SideMenuPresentationStyle.menuSlideIn?
import SideMenu
class SideMenuConfigurator {
static func configure() {
let leftMenuViewController = LeftMenuViewController.xibInstance()
SideMenuManager.default.leftMenuNavigationController = SideMenuNavigationController(rootViewController:…

Majit U.
- 31
- 5
1
vote
1 answer
How to keep toggle state of side menu
I need to edit this javascript that controls the slider menu, to keep slider menu current toggle position after page refresh
I've searched 2 dozen solutions on the webs without result
I expect the menu to stay open or closed based on current toggle…

Chaz Steiner
- 447
- 2
- 5
- 11
1
vote
1 answer
how to open 'LGSideMenuController' side menu open from all viewcontroller?
I used 'LGSideMenuController' in my project. but it cannot open from my all viewcontroller. I want to open sidemenu in all my viewcontroller in my project. But right now I am able to open it from my 'HomeViewcontroller' and only for one time.
In my…

sohan123
- 133
- 1
- 2
- 11
1
vote
1 answer
Side-menu auto open loading time issue in ionic
I use ion-menu component in my app. I change it based route. so I modified that. For ex is below.
My issue is first time menu clicked & the app load next that menu
related view time the side menu was close correctly but reopened next few…

Jai Kumaresh
- 715
- 1
- 7
- 33
1
vote
1 answer
how to change background color in ion side menu in ionic 4
I have a Ionic-v4-app with an side-menu structured like that:
…

keshav godani
- 303
- 2
- 4
- 15
1
vote
2 answers
Dismissing side menu by tapping anywhere
I created a side menu using a container view. It slides in the main view each time i press a menu.
You can find my project here:
https://github.com/marybnq/side-menu
I need to dismiss it by tapping anywhere in the mainVC.
How do I do it?

Federica Benacquista
- 835
- 11
- 25
1
vote
0 answers
SideMenu in Swift ignores UIStatusBarStyle.lightContent
I am using a third party library called SideMenu, which can be found here. It works like a charm, but in my app, I use a white status bar UIStatusBarStyle.lightContent. I set this up in the entire project: in the deployment info and…

PennyWise
- 595
- 2
- 12
- 37
1
vote
0 answers
BackHandler not working in React-native Side menu Page
I am working one sample project using react-native! in this project I used the side menu component, for navigation I used react-native-router-flux.
I am using a back handler not a navigation to main page. It's getting close the app.
Please give me…

Lavaraju
- 2,614
- 7
- 29
- 49
1
vote
1 answer
Why is the ionic v1 event `beforeLeave` returning data from after it has left the view
I have an app with two tab views, view 1 and view 2. When I switch to view 2, I need to do some things in view 1, before it switches to view 2. As part of this, I have the following code.
$scope.$on('$ionicView.beforeLeave', (event) => {
const…

JackDev
- 4,891
- 1
- 39
- 48
1
vote
0 answers
Ionic2 : Uncaught (in promise): invalid link: calendar
I have implemented a side-menu in Ionic2.I am getting "Invalid link" when i click on the Event or Map button on the side-menu and sometimes i get the error as "Invalid Views to insert". I tried removing quotes from the calendar and gmap but it does…

SHACHINDRA TRIPATHI
- 77
- 1
- 19
1
vote
2 answers
Media Queries - Reponsive side menu appears and disappears quickly when I resize the window
I created a responsive side menu that appears when I resize the browser window. My "problem" is the following: when I resize the browser window, this side menu appears and disappears quickly, without clicking on the appropriate button...
In other…

iDrums
- 35
- 8
1
vote
1 answer
Codename One Form.removeAllCommands() dosn't seem to work any longer
We have a form manager system we have used in a number of Codename One apps.
This system includes a process for populating the side menu.
When the menu is updated removeAllCommands() is used on the form to clear out the current items in the side…

peopletookallthegoodnames
- 2,135
- 2
- 18
- 26
1
vote
1 answer
Codename One toolbar repopulate (refresh?) sidemenu
I have an app that uses inputs from an ArrayList (listOne) to create Component entries.
At one point I want to repopulate the sidemenu with elements from a second ArrayList (listTwo, that is, in fact, a modification of listOne).
My problem is that…

rainer
- 3,295
- 5
- 34
- 50
1
vote
2 answers
Z-index applied to footer doesn't work
.wrap {
background-color: #393939;
height: inherit;
}
/*-----------------------header---------------------------------------------------------*/
.header-inner {
background-color: #393939;
width: 100%;
height: 70px;
/*…

Toshihiro Miyazaki
- 21
- 1
- 4