Verona Layout - v15.1.0 - slim+

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
davidmeloc
Posts: 2
Joined: 15 Jul 2014, 21:01

11 Apr 2023, 05:57

The Menu is not working for mobile when the menu type is slim+

gucal
Posts: 50
Joined: 06 Sep 2022, 08:45

11 Apr 2023, 09:24

Hi, we will review and get back to you.
Aliriza Gucal
PrimeNG Core Developer

gucal
Posts: 50
Joined: 06 Sep 2022, 08:45

17 Apr 2023, 11:08

Hi,

Update the `app.menu item.component.ts` file as follows.

Line: 216

Code: Select all

 
 get submenuAnimation() {
        if (this.layoutService.isDesktop() && (this.layoutService.isSlim() || this.layoutService.isSlimPlus()))
            return this.active ? 'visible' : 'hidden';
        else
            return this.root ? 'expanded' : (this.active ? 'expanded' : 'collapsed');
 }
Aliriza Gucal
PrimeNG Core Developer

davidmeloc
Posts: 2
Joined: 15 Jul 2014, 21:01

17 Apr 2023, 15:31

Hi,

I just wanted to let you know that the error has been corrected. Thank you

Post Reply

Return to “Verona - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests