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
Thank you so much for Kickstrap - it's really awesome :)
Whenever in mobile (i.e. working with small screens - reproducible also in browsers), then whenever I click on the collapse button (i.e. the one with data-toggle="collapse", as shown bellow) - it opens & closes the navbar menu very quickly. This makes the navbar impossible to use in small screens.
Hi Adam,
Thank you so much for Kickstrap - it's really awesome :)
Whenever in mobile (i.e. working with small screens - reproducible also in browsers), then whenever I click on the collapse button (i.e. the one with data-toggle="collapse", as shown bellow) - it opens & closes the navbar menu very quickly. This makes the navbar impossible to use in small screens.
Here is a small part of the code:
nav(role="navigation" class="navbar navbar-default navbar-fixed-top")
div(class="container-fluid")
div(class="navbar-header")
button(type="button", data-toggle="collapse", data-target=".navbar-ex1-collapse", class="navbar-toggle")
span(class="sr-only") Toggle Navigation
span(class="icon-bar")
span(class="icon-bar")
span(class="icon-bar")
a(href="/", class="navbar-brand") My Website
Thanks a lot!
Victor
The text was updated successfully, but these errors were encountered: