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

Menu does not activates in mobile view. #3

Open
neutrinoguy opened this issue Mar 6, 2017 · 4 comments
Open

Menu does not activates in mobile view. #3

neutrinoguy opened this issue Mar 6, 2017 · 4 comments
Assignees
Labels

Comments

@neutrinoguy
Copy link

neutrinoguy commented Mar 6, 2017

In mobile view the navbar menu does not activates. Their may be some issue with class of the
ul tag.

In code it is: <ul class="links hide-on-med-and-down">

It changed to this <ul id="nav-mobile" class="right hide-on-med-and-down"> may fix the issue.

For more reference Materialize Navbar

@smitthakkar96
Copy link
Member

@neutrinoguy there is no issue with class I think the javascript to activate sidenav isn't there so it's happening. Thanks for pointing out though It just got out of my eye.

@parth181195
Copy link
Collaborator

@neutrinoguy thanks for pointing out there was an inconsistency with the materialize navbar docs the id should be #mobile-demo instead of #slideout.

@smitthakkar96
Copy link
Member

@parth181195 can you pull the master and check what's wrong, I think the issue is still there.

@smitthakkar96
Copy link
Member

@parth181195 ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants