1
I’m using bootstrap-material
on a system, if I use the browser not maximized responsiveness works. But on mobile devices not. Someone knows what might be?
Styles
<link href="{{ elixir('css/all.css') }}" rel="stylesheet"/>
<link href="/resources/bootstrap-material-design/dist/css/bootstrap-material-design.min.css" rel="stylesheet">
<link href="/resources/bootstrap-material-design/dist/css/ripples.min.css" rel="stylesheet">
<link href="/resources/bootstrap-material-design/dist/sassc/ripples.css" rel="stylesheet">
<link href="/resources/bootstrap-material-design/dist/sassc/bootstrap-material-design.css" rel="stylesheet">
Scripts
<script src="/resources/js/jquery.js"></script>
<script src="/resources/js/bootstrap.js"></script>
<script src="{{ elixir('js/all.js') }}"></script>
<script src="/resources/bootstrap-material-design/dist/js/material.js" type="text/javascript"></script>
<script src="/resources/bootstrap-material-design/dist/js/ripples.js" type="text/javascript"></script>
Is there any other css I need to import?
Not only did it help but it solved the problem, thank you very much. I will accept the answer as soon as the stack allows
– Felipe Paetzold
I’ve been in the same trouble. ; )
– Ricardo Mota