You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an app and when I shrink down the window and the hamburger icon appears, nothing happens when I click it and the menu items don't show up.
This happens in the RStudio viewer and when I open the app in the browser. I've seen the hamburger work in the echarts4r shiny demo by @JohnCoene and when I try the same approach the button doesn't open up a menu.
Here's some example code that reproduces my problem:
thanks @thesixmax ! Looking forward to building new apps with shinybulma now!
I revisited this, and found that my original solution is wrong. Changing data-target = "navMenu" is incorrect. If anything else than "navMenu" is selected as target, the burger will show, but it meeses with is-active class of navbar-burger. Instead we should add a parameter for on-click (found the solution here):
Hi all,
I'm building an app and when I shrink down the window and the hamburger icon appears, nothing happens when I click it and the menu items don't show up.
This happens in the RStudio viewer and when I open the app in the browser. I've seen the hamburger work in the echarts4r shiny demo by @JohnCoene and when I try the same approach the button doesn't open up a menu.
Here's some example code that reproduces my problem:
Am I missing something?
Thanks for all the work
The text was updated successfully, but these errors were encountered: