meteor-blaze-bs4
meteor-blaze-bs4 copied to clipboard
Navbar toggler not expanding
Hi, love the project. When viewing the example demos on your site (https://jankapunkt.github.io/meteor-blaze-bs4/navbars) on a phone, pressing on the toggler button does not show the navbar items. The same happens if I use a narrow browser window on a PC (eg Chrome). The same behaviour is also occurring with the main navbar on the actual demo site also. Am I missing something? Cheers, Dan
Hi @danielknightaus thanks a lot for reporting this in. I just confirmed this issue.
The {{>navbar}}
is basically just miming the original bootstrap 4 navbar component so there must be a difference between the original navbar and the navbar of by this package.
Do you want to check out the code for the bug? If not I will go for it at the end of the week.
Thanks for looking into this.
I've had a quick poke around, not sure I know what i'm looking for.
On bootstrap 4 site, clicking button adds class "show" to the navbar-collapse div. This doesn't seem to be happening here.
Clicking toggler here generates a console error...