Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavBar Toggler Does Not Work When Page is Collapsed #2

Open
ifelsejet opened this issue Nov 16, 2019 · 1 comment
Open

NavBar Toggler Does Not Work When Page is Collapsed #2

ifelsejet opened this issue Nov 16, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ifelsejet
Copy link
Member

Expected behavior

  • On desktop, the user should be able to see the separate page links (about us, contact us, i.e)
  • On mobile, we should see some sandwhich(?) type button to access the links, in which they should be able to click it and go to the page of their liking.

Actual behavior

  • Desktop works just fine however, the mobile navbar is unable to be used

Resources

I believe that the issue is somewhere along here, inside index.html
<a class="navbar-brand" href="#">FTC 9432: Blood Sweat & Gears</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">

Bootstrap Documentation on Togglers: https://getbootstrap.com/docs/4.0/components/navbar/#toggler

@ifelsejet ifelsejet added the bug Something isn't working label Nov 16, 2019
@ifelsejet ifelsejet self-assigned this Nov 16, 2019
@ifelsejet
Copy link
Member Author

The expected behavior is similar to what is found here: https://www.quackit.com/bootstrap/bootstrap_4/tutorial/bootstrap_navbars.cfm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant