Questions tagged [side-menu]

204 questions
2
votes
1 answer

Side-menu view is not showing, what code is missing in AppDelegate class?

Before reading the question please see this video, so you will understand the issue/problem in the app. What I am trying to do is that, Case 1: If the user is not logged into the app then after opening the App Login view will open and after giving…
Priyanka Patil
  • 318
  • 1
  • 9
2
votes
1 answer

Codename One material command in side menu malfunctioning

I have an Android application that uses the sidemenu. When I add a material command to the side menu, the command does not execute the code associated to it. In the simulator, I have to press the material command several times before it reacts…
rainer
  • 3,295
  • 5
  • 34
  • 50
2
votes
2 answers

Ionic 3. No provider for NavController

My question is similar to the one found here But i'm not sure if its the same scenario for him, since the error goes away sometimes when I stop the app and restart using ionic serve. The error returns back again randomly. I have noticed that when I…
blisssan
  • 628
  • 1
  • 8
  • 16
2
votes
2 answers

Sidemenu stops working

I created the Ionic application from the menu ionic start myApp sidemenu On one of the pages there will be a test, and I want that after the end of the test there is a mandatory page with a comment. With which the user could not get anywhere, until…
cat1244
  • 69
  • 7
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…
2
votes
1 answer

onTop side menu in the rightmost side of the app

By default, Codename One onTop side menu is on the left of the title area. Is it possible to have it on the right instead? Command services = new Command(" Services", servicesIcon) { @Override public void actionPerformed(ActionEvent evt)…
Amrita Stha
  • 2,973
  • 3
  • 25
  • 46
2
votes
2 answers

How to navigate to different storyboards along with sidemenu in swift 3

I am using third party control for sidemenu named : MMDrawerController, and m handling UI using multiple storyboards.let me come to the point my sidemenu looks like this : Sidemenu Image Trying to achieve : 1)When I click on the Parent,…
deltami
  • 303
  • 2
  • 17
2
votes
0 answers

How to active react-native side menu only first screen of stacknavigation?

I am so younger with react-native. And currently I am trying to using Stacknavigation with side menu. In this case I want to active side menu only home screen of stacknavigation, but The side menu active all screen of child navigation. Everyone,…
Leang Socheat
  • 1,156
  • 2
  • 12
  • 23
2
votes
1 answer

how can two sidemenus be used in codenameone?

I want to add sidemenus at both left and right side.How can it be done in codenameone ? getToolbar().addCommandToSideMenu(new Command(" Menu 1 ")); I can left sidemenu by using above code and i want to add that on right also.
tizbn
  • 1,907
  • 11
  • 16
2
votes
0 answers

extra side menu in codename one app

In my app I have a right hand side menu. But there also seems to be a left hand side menu, only containing the back button. There is no menu button (with three horizontal lines), but if you touch the left edge of the screen and drag in the menu…
2
votes
2 answers

Android NavigationView from right side

I have created an Android application, in that I want to open slide menu from right side and when drawer is open I want to slide the view like attached image. Code:
Sagar Zala
  • 4,854
  • 9
  • 34
  • 62
2
votes
0 answers

Using sidemenu cocoapods and to keep the 'state of data' for all VCs

I am trying to use the same side menu for 2 viewcontrollers on the sidemenu demo project. See image setup of menu using their demo project I am able to set up the 2 cells on the menu which will open the 2 VCs base on what i tap but trying to find…
1
vote
1 answer

Docusaurus bug when opening submenus in the left nav-bar menu

We are using docusaurus for a long time, but lately we are receiving feedbacks from our Docs website that some menus are not properly opening. we have a structure like this example Menu 1 | | |-- Submenu 1 | | | - Submenu 1.1 | …
1
vote
1 answer

Taking Top Space When Adding Tab Bar in SwiftUI

I am integrating Side Menu in my SwiftUI app. The side menu is working fine. The problem I am getting is I have a tab bar at the bottom, and when I open my side menu screen, it is taking some space from the top and I am not getting why it is getting…
Taimoor Arif
  • 750
  • 3
  • 19
1
vote
0 answers

Swift UIKit integrate side menu to existing app

i am struggling to add a side menu to my already existing app. i've read all kinds of tutorials, but almost each and everyone of them uses a container ViewController, which I'd try to avoid to use.. I got a single page app, with thousand of code…
blendstylez
  • 341
  • 3
  • 16
1
2
3
13 14