Coder Social home page Coder Social logo

app-header: setting [mobileAsideMenuToggler]="false" or [asideMenuToggler]="false" causes main menu toggler not to function in mobile view about coreui-angular HOT 4 CLOSED

coreui avatar coreui commented on July 29, 2024
app-header: setting [mobileAsideMenuToggler]="false" or [asideMenuToggler]="false" causes main menu toggler not to function in mobile view

from coreui-angular.

Comments (4)

xidedix avatar xidedix commented on July 29, 2024

hi @fluffynuts
I have tried to reproduce your issue with no success. It is hard to tell what's really going on, without your custom code for aside menu toggling. To show/hide aside menu on the mobile view, you have to toggle aside-menu-show class on body element. That's all. It should not affect the behavior of the sidebar toggler button at all.

from coreui-angular.

BelvedereHenrique avatar BelvedereHenrique commented on July 29, 2024

Works fine here.
I disabled the aside both on mobile and normal view. Here how my app-header looks:

<app-header
  [navbarBrandRouterLink]="['/home']"
  [fixed]="true"
  [navbarBrandFull]="{
    src: 'assets/img/brand/logo.svg',
    width: 89,
    height: 25,
    alt: 'T-Invest'
  }"
  [navbarBrandMinimized]="{
    src: 'assets/img/brand/sygnet.svg',
    width: 30,
    height: 30,
    alt: ''
  }"
  [sidebarToggler]="'lg'"
  [asideMenuToggler]="false"
  [mobileAsideMenuToggler]="false"
>

And sidebar:

<app-aside [fixed]="true" [display]="false" *ngIf="false">

from coreui-angular.

fluffynuts avatar fluffynuts commented on July 29, 2024

@BelvedereHenrique it's been a very long time since I worked on this project & it's no longer maintained. Since you can't repro, I'm closing this out.

from coreui-angular.

ngingihy avatar ngingihy commented on July 29, 2024

@fluffynuts @xidedix @BelvedereHenrique do you know how can i change the hambruger icon color?

from coreui-angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.