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

  • Home
  • SEARCH
  • 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 8430239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:33:14+00:00 2026-06-10T05:33:14+00:00

I am creating a full screen web app which will have some modules/widgets which

  • 0

I am creating a full screen web app which will have some modules/widgets which make use of the new iOS 5 overflow:scroll features.
What I want is to disable that ‘bouncy’ effect when scrolling the html/body (since it is full screen) but keep that effect only on the scrollable elements.

to smooth the effects of scrollable elements I have:

html, body { overflow: hidden; }

.scrollable {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

and then the following script which disables the touch scroll effect:

$(document).bind('touchmove', function (e) { 
    if (e.target === document.documentElement) {
        e.preventDefault(); 
    }
});

although this doesn’t seem to work at all, because when scrolling an element to very bottom end or top it also scrolls the documentElement.

Is there any way to only disable that effect for the body html element?

Here it is a good example of how this affects the functionality:

http://dl.dropbox.com/u/1928164/ios5/index.html

  • 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-10T05:33:15+00:00Added an answer on June 10, 2026 at 5:33 am

    It turns out for me that the only effective solution was to use joelambert/ScrollFix script, worked really well with no lags, In fact I am already using it in one of my projects.

    You can also check about it in more details on his blog post.
    Sorry for the other users who replied but I really didn’t get those answers to work for me.

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

Sidebar

Related Questions

I’m working on creating a full-screen 3-D app (based on Johnny Lee's Wii head
I'm creating a gallery section for my app which will be used to show
I'm creating a mobile web app (not native), and I want to use the
I'm creating a full screen ( html, body {height: 100%} ) web application and
Creating a server-side socket will fail if I'm trying to use the same port
Hi all i have a problem where if my application is full screen i
I am new to iPhone development. I am creating an app where I take
Hai i want create a full screen mode ,so i used this link http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/
I've been creating an app using wxPython. I'd like to display some data using
I am creating a app to take a screen shot of a scrolling window

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.