Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap 3 Menu is not collapsing on Ipad

I am doing a project using the new updated Bootstrap 3 RC1.

There are may new features with the new Bootstrap 3 which are much different than the previous versions. I figured most of the changes but one I can't resolve:

when the menu has many items it breaks in Ipad and other tablets becuase it doesnt get collapsed like it automatically collapsed on mobile (which is good)

I would like to know how do I "force" ipads to act like mobile and show a collapsed menu or better yet - how to collapse the menu if it has many items and on certain screens and smaller it breaks

here are screenshots of my live project:

-- Menu on Big Screens --

enter image description here

-- Menu on Ipad Landscape --

enter image description here

-- Menu on Ipad Portrait --

enter image description here

-- Menu on Mobile --

enter image description here

I simply want the ipad to act like mobile. notice that the portrait does act like mobile as far as the content but not the menu.

any suggestions? Thanks

like image 432
gil hamer Avatar asked Aug 08 '13 08:08

gil hamer


1 Answers

The no less implementations I found didnt work

Couldn't find the styles to make this happen on its own anywhere, ended up finding this - https://coderwall.com/p/wpjw4w

like image 146
Horse Avatar answered Oct 22 '22 21:10

Horse