Topic: Nav bar is opened on website first launch on mobile

GuillaumeDgr premium asked 2 years ago


Expected behavior Website first launch without navbar opened. Actual behavior Nav bar is opened on website first launch on mobile (I use nuxt js) and toggler visible (at bottom).

Resources (screenshots, code snippets etc.) enter image description here


Mikołaj Smoleński staff commented 2 years ago

Are you able to recreate this issue in our snippets creator? https://mdbootstrap.com/snippets/

Keep coding,  Mikołaj from MDB


GuillaumeDgr premium commented 2 years ago

What do you mean ? Is this bug fixed ? Thanks


Mikołaj Smoleński staff commented 2 years ago

We'll try to fix it with the next release (26.07).

Keep coding,  Mikołaj from MDB


Mikołaj Smoleński staff commented 2 years ago

Hi there again,

Unfortunately Navbar component will not work properly in Nuxt with SSR as its state depends on the browser window object, which is undefined on the server-side.

To fix the issue, please disable ssr: https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-ssr

Keep coding, Mikołaj from MDB


GuillaumeDgr premium commented 2 years ago

Bug seems to be fixed, thks


Bartosz Cylwik staff answered 1 year ago


Hello! You can make the problem go away by wrapping the content of the component (navbar) in a <no-ssr></no-ssr> tag.

Hope it helps! Bartosz


GuillaumeDgr premium answered 1 year ago


Hi, any fix on this ? Is it possbile to find a solution to make navbar component properly working on mobile device with SSR ? Why is it working well on desktop device and not mobile if SSR is involved ? Many thanks for your help



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Premium
  • Premium support: Yes
  • Technology: MDB Vue
  • MDB Version: MDB4 6.7.2
  • Device: Mac book pro
  • Browser: Firefox developers
  • OS: MacOs
  • Provided sample code: No
  • Provided link: No