-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bootstrap Navbar collapseOnSelect #37
Comments
@Frostbourn can you provide a minimal reproduction repo? What devices does not work for you? |
This is how my nav looks like. It does not work on any mobile devices. I can't collapse menu on any link select with Scrollchor. components/Navigation.js
|
@Frostbourn sometimes when You can use the code of the issue: #17 |
Thank you! This resolved my problem. |
Hi
If I use
<Scrollchor>
link instead of default react-bootstrap<Nav.Link>
,collapseOnSelect
won't work on mobile devices. Any workaround?Regards
The text was updated successfully, but these errors were encountered: