Questions tagged [ion-menu]
25 questions
17
votes
2 answers
ionic 4 adding side menu
i started a project with tab template which i then later decided to add a side menu. the trouble is the side menu does not appear at all. here is my app.components.html looks like
…

Vik
- 8,721
- 27
- 83
- 168
5
votes
2 answers
Have ion-menu closed by default on high resolution | Angular & Ionic 4
I'm making an app for iOS devices, both tablet and smartphone.
I want to have the menu closed, the user will decide when to open it.
On iPad Air and iPhone the menu it's correctly displayed, but when I launch the app on iPad Pro, the resolution is…

Mr. Developer
- 3,295
- 7
- 43
- 110
2
votes
0 answers
How to set ion-menu transition effect for animation
I am new in ionic. I am developing an ionic app for the first time. I have tried so many things to apply transition CSS property to ion-menu but, it doesn't work for me. can anyone help me?
I tried the style shadow-root element in the DOM by using…

Pushprajsinh Chudasama
- 7,772
- 4
- 20
- 43
2
votes
1 answer
Open side menu with modal
I’ve just worked with Ionic for few days and stuck with this. Every time I open a modal I couldn’t swipe the sidemenu and any pages that I push or setroot in that modal are not able to open sidemenu too.
I have a page. - PedidoCadastroPage.
And Call…

Leonel Tasso Guimaraes
- 61
- 12
2
votes
0 answers
Ionic 3 nested ion-split-pane using ion-nav with a ion-menu wont switch and behaves unexpectedly (Deeplinks)
I have a nav split-pane with switchable nested split-pane pages with an info side menu that is setup like so:
split-pane
menu ion-nav
================================
split-pane
ion-nav menu
…

Kevin Salerno
- 21
- 5
1
vote
1 answer
Ion-menu-button not displaying in toolbar
I am trying to get the menu hamburger button to display in the toolbar and whilst the title does display the menu button doesn't display, any suggestions would be hugely appreciated.
code for the home page.html…

Jon
- 91
- 9
1
vote
1 answer
Show a ion-menu in ionic3 without routing and without gestures
I'm trying to implement a side menu like the one shown in the ion-menu component page.
I just want to show the side menu programmatically, I don't mean to trigger navigation from it or have a burger button in the top bar. I use neither…

Christian Vincenzo Traina
- 9,546
- 2
- 40
- 63
1
vote
1 answer
Ionic 4 with Vue js - ion-content inside ion-menu doesn't handle any click
I have a standard Vue app with Ionic 4 using @ionic/vue.
This is the main.js file:
import Vue from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import Ionic from '@ionic/vue'
import…

Simone
- 21
- 2
1
vote
1 answer
ionic 4 custom ion-menu width not working in ios
I have a problem in ionic 4 application custom width in ion-menu is not working in iPhone 5/5s.
It's working fine in iPhone 6 and above.
I want custom width 100px for a menu.
app.component.html

kautikmistry
- 686
- 6
- 10
1
vote
1 answer
How to change header color of ion-menu, without changing color of ion-navbar?
I have this below code for ion navbar, where I am having one menu icon on the right side. And I want to change the color of that menu header.But when i am changing color of ion-navbar , it is changing for menu header also.I want separate color for…

ananya
- 1,001
- 6
- 33
- 50
1
vote
2 answers
Ionic 3 combination tabspage and sidemenu not working
i followed this article to combine sidemenu and Tabs pages.
the app.html has my menu. i have with #nav bind the ion-nav to [Content] of my ion-menu.
in my app.component.ts i have click Events. they set different Tabs pages as root and there is one…

maerlyn
- 83
- 9
1
vote
0 answers
Can't swipe open Ionic ion-menu with Protractor
We have this Ionic3 ion-menu (hidden left side slide-out menu) which we have to swipe it open to the right so that it shows. On Chrome with the click of the mouse it can be easily done. But can't make it with Protractor.
This is the Ionic…

Roberto de Toledo
- 13
- 5
0
votes
1 answer
vuejs 3 why content is empty?
please, I'm learning a VueJS 3 and I have probably begineer problem. What's wrong?
image https://i.stack.imgur.com/sYD2K.png
my package.json
"dependencies": {
"@ionic/vue": "^6.0.9",
"@ionic/vue-router": "^6.0.0",
"@popperjs/core":…

Andrew
- 125
- 1
- 7
0
votes
1 answer
I'm not able to display my page with the help of ion-menu and not able to click the item
ion-menu is not working
This is my sidemenu.component.html

Ashish Gupta
- 11
- 2
0
votes
0 answers
Ionic + Angular
Help please,
I tried to fix it without success. I'm using Ionic framework and Angular. I have a form which is opened when I click on a Sidemenu. So the problem is when I add a formControllerName on the input field it modified my design's form. I…

Thijo
- 1
- 2