Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9195805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:42:35+00:00 2026-06-17T21:42:35+00:00

I used bootstrap to build a site but then i noticed that when it

  • 0

I used bootstrap to build a site but then i noticed that when it gets to portrait mode on the ipad (3 in my case) the menu sliding gets really, really slow. If you look at their site on an ipad3 (portrait mode, not sure about the other ipads) you will see how slow and choppy the sub menu show is. It’s fine on the iphone (I have an iphone 4s)

So I thought of just build my own using a very simple .toggleSLide() and nothing, same thing. I even thougt of using .show() and .hide() but even in that case, the action is really slow.

Eventually I used css animation which kinda solve it a little bit:

        $(".btn-navbar").click(function(){
            $(".nav-collapse .nav").toggleClass('show');
        });

and the css

.nav {
   height: 0;
}

.show{
   -webkit-transition: height 0.2s linear; 
    height:300px; 
    overflow:hidden; 
   -webkit-transform: translateZ(0);
}

But on what tablet/mobile is that css animation supported?

I think the issue has something to do with the .children() elements of the .nav when is showing.

Basically lets take the bootstrap site and view it on an ipad3 potrait mode, how can we have a smooth sub menu show/hide on a click?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:42:37+00:00Added an answer on June 17, 2026 at 9:42 pm

    Duh! I Ended up using this plugin:

    https://github.com/ftlabs/fastclick

    But issues stated above remains.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been using Twitter's Bootstrap package to build a site, and was browsing through
I am using the bootstrap-datepicker in my site. The datepicker will be used to
I have a bootstrap modal that is used for comments. The comment form is
I used bootstrap-tabs.js and it has worked perfectly. But I didn't find information about
I've designed a responsive website here: http://zarin.me/cce/ I've used Twitter Bootstrap for the responsive
i used this code: List<string> lists=new List<string>(apple,orange,banana,apple,mang0,orange); string names; names=lists.Distinct() is that correct?
In one of the presentation i heard today, the presenter mentioned that they used
Im using twitter bootstrap to style my app. This is my controller action used
I used the twitter bootstrap library for my new simple rails app and used
im following this tutorial : http://untame.net/2012/08/twitter-bootstrap-build-a-stunning-two-column-blog/ and my carousel works fine (scrolling works fine,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.