meteor-blaze-bs4 icon indicating copy to clipboard operation
meteor-blaze-bs4 copied to clipboard

Navbar toggler not expanding

Open knightau opened this issue 4 years ago • 2 comments

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

knightau avatar Apr 26 '20 23:04 knightau

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.

jankapunkt avatar Apr 27 '20 06:04 jankapunkt

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... error

knightau avatar Apr 27 '20 23:04 knightau