Questions tagged [ion-menu]
25 questions
0
votes
1 answer
I am trying to make side menu in ionic app. But links of side menu not clicking
I am trying to make a side menu bar in my app. the side menu is showing. but I can't click those links. When I inspect the page and select an item, it is selected tag.
0
votes
0 answers
Not able to close ion-menu when clicked out side the menu, I am following ionic framework docs and they are not using any additional codes for closing
Link to ion-menu ionic docs.
I am using ionic-react and elements. menu items list is mapped inside an ionContent inside an IonMenu.
when menu items are clicked I am using menuController.toggle() to close the menu. Can someone help me to close the…

Arunraj A V
- 31
- 6
0
votes
1 answer
How to create two different ion menus in one ionic app?
My app has two user types customer and staff and for each of them, I need different menus.
How can I add some condition in the app.component.html page like if this.usertype = "Staff" use the staff's menu else use the customer's menu.
I tried using a…

Kleaaa
- 25
- 4
0
votes
0 answers
Toggle side menu with Icons in Ionic 4
In my application built in Ionic 4 and Angular 8 PWA, I am need of a side menu(ion-menu) that toggles to show only icons on collapse and menu text on expand in browser. I am able to achieve this in Ionic 3. But find it difficult in Ionic 4.
Is…

web developer
- 457
- 2
- 10
- 25
0
votes
1 answer
Problem in closing menu in ionic when I test in device
I am new to ionic4. Before that i try ionic3 in that menu is working proper.
But now i migrate to ionic4.
I just create new project with inbuild menu option. It run successfully in web browser But When I run on my Android mobile device , Menu open…

Priyanka C
- 300
- 1
- 12
0
votes
1 answer
IONIC 4 - ion-menu is not overlaping the pages
I have a ion-menu in my app but he is clicking and scrolling at the page below. The click only works in ion-button
I tried to use type="overlay" but didn't works
app.component.html

Bianca Yameê
- 80
- 1
- 6
0
votes
2 answers
How to add css for ion-menu in ionic 4 as there is no app.css is available?
I want to design the ion-menu and implement css in the menu but where we will write the css i am not getting as there is no app.css is available.
I want to add the categories and inside that i want to add sub categories but from the web service. How…

user9483522
- 304
- 5
- 20
0
votes
1 answer
How to keep a hamburger menu icon to right side of toolbar in Ionic3
I am trying below code to move icon to right side.
Menu
…

ananya
- 1,001
- 6
- 33
- 50
0
votes
2 answers
ionic 3 menu does not show up after setRoot
In my use case i want to show side menu as well as tabs in my ionic 3 angular app. The use case is: showing tabs initially with side menu hidden (set as enable(false)). The first page shows a button to add to cart, doing this shows a cart in the…

Vik
- 8,721
- 27
- 83
- 168
-1
votes
2 answers
What is the recommended way to center ion-menu contents vertically in an Ionic 4 project?
I need to vertically centre the ion-menu contents so that it is easier to access from a UX perspective. I am not sure of the best way to do it.
This is the ionic starter project code, which was set up by ionic start myProjectName sidemenu.…

Sebin Benjamin
- 1,758
- 2
- 21
- 45