Questions tagged [side-menu]

204 questions
1
vote
0 answers

StackNavigator, SideMenu and custom Header component

I'm using StackNavigator from 'react-navigation', 'react-native-side-menu' and I made my Header component (I don't want to use header from StackNavigator). How can I fix Header? When I swipe, everything is moving including Heder. const myApp =…
peronja
  • 349
  • 3
  • 5
  • 11
1
vote
1 answer

Side Menu override back button for specific cases

I'm using https://github.com/jonkykong/SideMenu And it's working ok, but, I wan to override the stack. For example, I have the next flow?: HomeViewController > MyBusinessViewController > TheBusinessXViewController > Add CategoryViewController >…
Benjamin RD
  • 11,516
  • 14
  • 87
  • 157
1
vote
1 answer

Codename One nested Sidemenu

I am trying to create a nested side menu for a CN1 application, similar to the one in the screenshot. For the nested sidemenu to work, I image it has to stay open when the user presses a command of a dropdown list , so that he/ she can choose an…
rainer
  • 3,295
  • 5
  • 34
  • 50
1
vote
1 answer

Ionic 3 - Side menu , change side dynamically

I want to change the direction of the side menu automatically when i change the language (rtl and ltr) i tried this code in the page app.html How can i change the value of 'isRtl' from…
Fray
  • 250
  • 2
  • 5
  • 16
1
vote
1 answer

How to use a view controller as a side menu in Swift3

I am trying to implement the side menu in my application programatically. So I have designed a view controller with half of its view as table view. The design as well as coding is done, now i wish to use this view controller as a Side Menu…
Chelsea Shawra
  • 1,593
  • 4
  • 22
  • 43
1
vote
0 answers

Side menu item is totally blank after click

After opening the side menu, whenever I click any item of it the side menu goes totally blank and displays only a white screen. How can I solve this issue? viewCotroller file: enum TranslateDirection { LEFT, RIGHT }; const float TRANSLATE_CONST…
Gangani Roshan
  • 583
  • 1
  • 8
  • 25
1
vote
0 answers

iOS slide-menu - Objective-c

In my project I have existing side menu i.e swrevealviewcontrtoller to display right side menu.It is working correctly. I want to add second right menu in between the project using slideNavigationController. This is the screen shot of my storyboard.…
1
vote
1 answer

OBJC_META_CLASS Issue

Hi Team i am using following pod file in my single view application project source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'projectbase' do # Uncomment this line if you're using Swift or would like to use dynamic…
hitesh landge
  • 362
  • 4
  • 14
1
vote
0 answers

SideMenu doesn't show when returning from submenu

I'm using SideMenu by jonkykong in my app. So far I love it. It's the best and most simple to implement SideMenu I found. However I can't seem to get it to behave like I want. I'm sure it's possible, just havent figured out how and can't seem to…
guido
  • 2,792
  • 1
  • 21
  • 40
0
votes
0 answers

Add Context Menu in Nebular Menu Items

I want to add a context menu for menu items (Child 1, 2 and 3). I tried to add but they are not visible on the menu components.
0
votes
0 answers

How to remove the side panel that pop up when you click on a layer?

I have made a google map and added a single layer. However, when I preview the map and click on the layer a side panel comes up with the layer title on the left. This is blocking the map. Is there a way to stop this side panel coming up when you…
0
votes
0 answers

how to use javascript for adding max-height transition to a mobile side menu?

I'm trying to make a mobile side menu for my responsive website. As i noticed i can't directly use transition to auto height. I've written css , html and js that works but without transition: here is the codes: const…
0
votes
1 answer

how can i get the selected item header in HandyControl hc:SideMenu WPF

i am using handy controls and this is first time to use it so i am facing some difficulties in test app i am using hc:SideMenu and i can get out the selected item header from the hc:SideMenu
0
votes
1 answer

Keeping Open Sidemenu

I want to keep open my sidemenu but i don't know how to do. const Dep2Handler = (e) => { const classOnTarget = e.target.parentElement; const onRemoveTarget = classOnTarget.parentElement.children; if…
Gite
  • 1
0
votes
0 answers

how to open view from click on side menu item in SwiftUI?

This is the side menu items and I want to set the view on clicking the items on the side menu. when I click on the button then my View is set on view on side menu I used NavigationView for trigger screen. I don't understand how to…
user20149611