Navbar not expandable when JS disabled
Created by: swills1
If javascript is disabled or not present you can't navigate on mobile devices at all. Is there a reason there is no fall-back? Something like
$(".navbar").css("display","none");
I assumed there would be something like that so if js isn't present the menu would just be displayed. Is there a reason bootstrap is set up so that it cannot be naviagted on mobile devices without js?
Also on the default Android browser when you resize the page you can't get to the toggle button, but a lot of sites have this problem with that browser. My main question is just about not being able to navigate without JS on mobile devices.