• Skip to main content
  • Skip to search
  • Skip to select language
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. Web technology for developers
  2. Web APIs
  3. Touch
  4. Touch.screenY
  • Change language

Table of contents

  • Summary
  • Syntax
  • Example
  • Specifications
  • Browser compatibility

Touch.screenY

Summary

Returns the Y coordinate of the touch point relative to the screen, not including any scroll offset.

Syntax

var y = touchItem.screenY;

Return value

y

The Y coordinate of the touch point relative to the screen, not including any scroll offset.

Example

The Touch.screenX example includes an example of this property's usage.

Specifications

Specification
Touch Events
# dom-touch-screeny

Browser compatibility

BCD tables only load in the browser

Found a problem with this page?

  • Edit on GitHub
  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Nov 19, 2021, by MDN contributors

Change your language

Related Topics

  1. Touch events
  2. Touch
  3. Constructor
    1. Touch()
  4. Properties
    1. clientX
    2. clientY
    3. force
    4. identifier
    5. pageX
    6. pageY
    7. radiusX
    8. radiusY
    9. rotationAngle
    10. screenX
    11. screenY
    12. target
  5. Related pages for Touch Events
    1. TouchEvent
    2. TouchList
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

  • MDN on Twitter
  • MDN on Github

Mozilla

  • Mozilla on Twitter
  • Mozilla on Instagram

© 2005-2022 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies