Questions tagged [side-menu]
204 questions
0
votes
1 answer
How can I transform my PC menu in a hamburger menu for mobile?
I already have a side menù, I want him to change into a hamburger menù whenever the website is open by a mobile device. I also use bootstrap libraries, I dunno if it can help, it would be better using them. Here's an example of what I…
0
votes
1 answer
Open sub menu to hover menu icon
I want to open sub menu when i hovered on menu icon with css or javascript.
Strucutre
Icon // hover on this to open sub menu
Text
//sub menu with addition layer on menu.
…
0
votes
1 answer
How can I change TabBarController selected Item from SideMenu?
import SideMenu
import UIKit
class SideMenuViewController: UITableViewController {
//...
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
self.tabBarController?.selectedIndex =…

Sevak Tadevosyan
- 1
- 1
0
votes
1 answer
Side Out Menu didn't clickable in Ipad pro IOS 11-inch obj c
I faced a problem in my objective c code,
I have a side menu,
the side menu works successfully on all devices except the Ipad pro-11-inch,
but in (Ipad pro-11-inch) all table view methods work successfully except "didSelectRowAtIndexPath"
I didn't…

fares
- 81
- 1
- 3
- 10
0
votes
1 answer
Change PageView form SideMenu flutter
How can i change Pageview's pages directly from Sidebar Menu according to each Button.
Below the screenshot of the web application.
enter image description here

Henriques Arrone
- 1
- 1
0
votes
1 answer
Ionic menu unable to open after navigate to the same page from other page
I have a page (called as Page A) contains 2 menus. Left side menu is filtering function menu which is the component inside the page. Right side menu is general menu which can open in all pages.
Both menu have no issue in normal flow like Home Page…

yennis
- 1
- 1
0
votes
1 answer
How to set UINavigationController in SideMenu Controller using Xib (Not StoryBoards) to push new ViewController when Tableview Row Tapped in Swift 5
I am working with XIB files and make a sideMenu controller programatically using this Library https://github.com/Friend-LGA/LGSideMenuController. I make two function to propagate sideMenu in my project as here `//MARK Configure SideMenu
func…

Sipa
- 383
- 1
- 13
0
votes
1 answer
How to add a button at the bottom in sidemenu swift?
I have a design in which the sign-out button is placed at the bottom and should not scroll, side menu has a tableview controller in which we can add rows but my requirement is to add the sign-out button at the bottom. I have tried by adding the…
user10469417
0
votes
0 answers
Is there a way to have two ionic side menus active at the same time?
I'd like to achieve the following layout, in Ionic Vue, ideally using native components. Below is just a schema of what I want and I'm mostly interested in the desktop behavior:
Vue.createApp({
data: () => ({
isLeftOpen: false,
…

tao
- 82,996
- 16
- 114
- 150
0
votes
1 answer
Sb admin template for bootstrap 4 problem with side menu
I'm using SB admin 2 template for bootstrap 4 and I'm facing issues with the side menu. When website is shown on a portable device the side menu should be hidden, instead the hamburger icon should appears. But isn't working like that, see picture…

Gabriele Cozzolino
- 33
- 10
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 a content section beside a vertical menu in HTML/CSS
I am trying to create a template so i need an editable region div (red box) beside the side menu (blue box) to put content inside. I can't figure out how though. every thing I tried either hides the menu or the new div I created. I am really new to…

Kacha14
- 1
0
votes
1 answer
CocoPod SideMenu not working when clicking menu
I have a View Controller with a CollectionView with images in it.
When I try adding a SideMenu to it with a TableView I get the following error when tapping the bar button 'NSInvalidArgumentException', reason: 'must pass a class of kind…

user1163234
- 2,407
- 6
- 35
- 63
0
votes
0 answers
Could not cast value of type 'MFSideMenuContainerViewController'
Using MFSideMenu, installed through Pods, but not working and crashing. Below is my code:
let storyBoard = UIStoryboard(name: "Main", bundle: nil) as UIStoryboard
let mfSideMenuContainer = storyBoard.instantiateViewController(withIdentifier:…

iPhone 7
- 1,731
- 1
- 27
- 63
0
votes
1 answer
can't get the data in app.component Ionic / Angular
I try to make a mobile application using Ionic with angular: and this application has a login page that the employee will enter his information and after he login, I will get that information to show it in the side menu in the next page but the…

youssef11511
- 31
- 7