While developing an app using Bootstrap, I encountered an issue where the app was not functioning properly on small screens. Everything worked perfectly on larger screens, such as a PC browser, but on a mobile browser, none of the tabs would open. When I tried opening the app in mobile by visiting localhost:8080/sms, only the default tab would work because the 'active' class was applied. Clicking on the tabs did nothing. The app also failed to work in a small screen fiddle.
Here is the link to the code: http://jsfiddle.net/javalover_stackoverflow/4GP9c/251/