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 8636367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:13:02+00:00 2026-06-12T10:13:02+00:00

I created a web app for IOS and when users add it to their

  • 0

I created a web app for IOS and when users add it to their home screen via Safari, if they attempt to user their finger to scroll up or down in a part of the app which you cannot scroll in, it scrolls the entire application up or down and then snaps back into place (as if you scrolled to the bottom of a web page and then continued to try to keep on scrolling).

Is there a way to prevent scrolling up or down like that? Setting the overflow-y attribute to body, document and window to hidden doesn’t fix it.

  • 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-12T10:13:03+00:00Added an answer on June 12, 2026 at 10:13 am

    Use JavaScript to listen for touchmove events and use preventDefault() to cancel the default behavior. That will make it so you can’t “rubber band” the page from those elements. Try something like this for the elements you don’t want the user to be able to drag:

    noScroll = document.getElementById("cant-touch-this");
    noScroll.addEventListener("touchmove", function(e) {
        e.preventDefault();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a web app and I want the users of the app to
I have created a web app that authenticates users on our page and I'd
I have created an iOS app that requires a user to link his/her Dropbox
A client im working for has created a web app that uses a password
I'd created my first web app using Ruby on Rails. And now, I want
I've created a html5 web app to display data, and to mimmic swipe gestures
I have created a simple web app/form using google app engine. the site is
Background: I have created a CRUD web app using a java based RAD tool
I've created a Silverlight app and VS set up a web app for testing
If a VS2008 project is created initially with a web app project, and class

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.