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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:29:41+00:00 2026-06-11T18:29:41+00:00

Looking for a way to use TOUCHEND, TOUCHSTART events to allow the user to

  • 0

Looking for a way to use TOUCHEND, TOUCHSTART events to allow the user to scroll through the pages with slide gestures. I don’t know how to determine the direction(e.g. get the coordinates of the TOUCHEND and TOUCHSTART points to determine the direction).

  • 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-11T18:29:42+00:00Added an answer on June 11, 2026 at 6:29 pm

    Conceptually, you can do this:

    1. Register event handlers for the touchstart and touchend.
    2. On touchstart, you store the x and y coordinates of a particular finger in a persistent variable.
    3. On touchend, you compare the x and y coordinates to the previously saved values.
    4. if Math.abs(deltaX) is more than some min threshold and Math.abs(deltaX) > Math.abs(deltaY), then the gesture is left/right. If xEnd is greater than xBegin, then you’re moving left to right, otherwise right to left.
    5. If Math.abs(deltaY) is more than some min threshold and Math.abs(deltaY) > Math.abs(deltaX), then the movement is up/down. If yEnd > yBegin, then it’s down, otherwise up.
    6. If neither direction is more than the min threshold, then the gesture wasn’t big enough to represent a slide gesture.

    See here on MDN for info about the data for the touch events. MDN is always the first place I look for this kind of stuff.

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

Sidebar

Related Questions

I was looking for a way to use user's tones that were transfered manually
I am looking for a way to use the standard iOS image resources through
My problem is that I was looking for way to use both storyboard and
I'm looking for a way to use your location to determine whether you need
I am looking for a way to use a UILabel (or something similar) to
I am looking for a way to use a WCF WebServiceHost without having to
I'm looking for a way to use some variant of vsnprintf() with a buffer
I'm looking for a way to use CSS to style everything between the first
I'm looking for the best way to use a duration field in a Rails
I'm looking for an elegant way to use values in a Java enum to

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.