We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the screenshot.
In the red mark. It should be hamburger icon but in Android (Chrome), it is not.
My HTML
<nav class="navbar navbar-light bg-faded"> <div class="container"> <a class="navbar-brand" href="./">Template</a> <button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#bs4-navbar-collapse" aria-controls="bs4-navbar-collapse" aria-expanded="false" aria-label="Toggle navigation"> ☰ </button> <div class="clearfix hidden-sm-up"></div> <div class="collapse navbar-toggleable-xs" id="bs4-navbar-collapse"> <ul class="nav navbar-nav"> ... </ul> </div> </div> </nav> <!--end navbar header-->
Is there a way to make it display the same icon cross platform? (without any additional css like FontAwesome)
The text was updated successfully, but these errors were encountered:
Fix is in next alpha (tl;dr: uses SVG rather than unicode character) #20329
Sorry, something went wrong.
No branches or pull requests
Here is the screenshot.

In the red mark. It should be hamburger icon but in Android (Chrome), it is not.
My HTML
Is there a way to make it display the same icon cross platform? (without any additional css like FontAwesome)
The text was updated successfully, but these errors were encountered: