A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/Navigator/maxTouchPoints below:

Navigator: maxTouchPoints property - Web APIs

MDN Web Docs
  1. Web
  2. Web APIs
  3. Navigator
  4. maxTouchPoints

Filter sidebar

In this article
  1. The HTML DOM API
  2. Navigator
  3. Instance properties
    1. activeVRDisplays Non-standard Deprecated
    2. appCodeName Deprecated
    3. appName Deprecated
    4. appVersion Deprecated
    5. bluetooth Experimental
    6. buildID Non-standard
    7. clipboard
    8. connection
    9. contacts Experimental
    10. cookieEnabled
    11. credentials
    12. deviceMemory
    13. devicePosture Experimental
    14. doNotTrack Non-standard Deprecated
    15. geolocation
    16. globalPrivacyControl Experimental
    17. gpu
    18. hardwareConcurrency
    19. hid Experimental
    20. ink Experimental
    21. keyboard Experimental
    22. language
    23. languages
    24. locks
    25. login
    26. maxTouchPoints
    27. mediaCapabilities
    28. mediaDevices
    29. mediaSession
    30. mimeTypes Deprecated
    31. onLine
    32. oscpu Deprecated
    33. pdfViewerEnabled
    34. permissions
    35. platform Deprecated
    36. plugins Deprecated
    37. presentation
    38. product Deprecated
    39. productSub Deprecated
    40. scheduling Experimental
    41. serial Experimental
    42. serviceWorker
    43. storage
    44. usb
    45. userActivation
    46. userAgent
    47. userAgentData Experimental
    48. vendor Deprecated
    49. vendorSub Deprecated
    50. virtualKeyboard Experimental
    51. wakeLock
    52. webdriver
    53. windowControlsOverlay
    54. xr Experimental
  4. Instance methods
    1. canShare()
    2. clearAppBadge()
    3. deprecatedReplaceInURN() Experimental
    4. getAutoplayPolicy() Experimental
    5. getBattery()
    6. getGamepads()
    7. getInstalledRelatedApps() Experimental
    8. getUserMedia() Deprecated
    9. getVRDisplays() Non-standard Deprecated
    10. javaEnabled() Deprecated
    11. registerProtocolHandler()
    12. requestMediaKeySystemAccess()
    13. requestMIDIAccess()
    14. sendBeacon()
    15. setAppBadge()
    16. share()
    17. taintEnabled() Deprecated
    18. unregisterProtocolHandler()
    19. vibrate()
  5. Related pages for HTML DOM
    1. BeforeUnloadEvent
    2. DOMStringMap
    3. ErrorEvent
    4. HTMLAnchorElement
    5. HTMLAreaElement
    6. HTMLAudioElement
    7. HTMLBRElement
    8. HTMLBaseElement
    9. HTMLBodyElement
    10. HTMLButtonElement
    11. HTMLCanvasElement
    12. HTMLDListElement
    13. HTMLDataElement
    14. HTMLDataListElement
    15. HTMLDialogElement
    16. HTMLDivElement
    17. HTMLDocument
    18. HTMLElement
    19. HTMLEmbedElement
    20. HTMLFieldSetElement
    21. HTMLFormControlsCollection
    22. HTMLFormElement
    23. HTMLFrameSetElement Deprecated
    24. HTMLHRElement
    25. HTMLHeadElement
    26. HTMLHeadingElement
    27. HTMLHtmlElement
    28. HTMLIFrameElement
    29. HTMLImageElement
    30. HTMLInputElement
    31. HTMLLIElement
    32. HTMLLabelElement
    33. HTMLLegendElement
    34. HTMLLinkElement
    35. HTMLMapElement
    36. HTMLMediaElement
    37. HTMLMenuElement
    38. HTMLMetaElement
    39. HTMLMeterElement
    40. HTMLModElement
    41. HTMLOListElement
    42. HTMLObjectElement
    43. HTMLOptGroupElement
    44. HTMLOptionElement
    45. HTMLOptionsCollection
    46. HTMLOutputElement
    47. HTMLParagraphElement
    48. HTMLPictureElement
    49. HTMLPreElement
    50. HTMLProgressElement
    51. HTMLQuoteElement
    52. HTMLScriptElement
    53. HTMLSelectElement
    54. HTMLSourceElement
    55. HTMLSpanElement
    56. HTMLStyleElement
    57. HTMLTableCaptionElement
    58. HTMLTableCellElement
    59. HTMLTableColElement
    60. HTMLTableElement
    61. HTMLTableRowElement
    62. HTMLTableSectionElement
    63. HTMLTemplateElement
    64. HTMLTextAreaElement
    65. HTMLTimeElement
    66. HTMLTitleElement
    67. HTMLTrackElement
    68. HTMLUListElement
    69. HTMLUnknownElement
    70. HTMLVideoElement
    71. HashChangeEvent
    72. History
    73. ImageData
    74. Location
    75. MessageChannel
    76. MessageEvent
    77. MessagePort
    78. PageRevealEvent
    79. PageSwapEvent
    80. PageTransitionEvent
    81. Plugin Deprecated
    82. PluginArray Deprecated
    83. PromiseRejectionEvent
    84. RadioNodeList
    85. UserActivation
    86. ValidityState
    87. Window
    88. WorkletGlobalScope
  6. Guides
    1. Using microtasks in JavaScript with queueMicrotask()
    2. In depth: Microtasks and the JavaScript runtime environment
In this article Navigator: maxTouchPoints property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.

The maxTouchPoints read-only property of the Navigator interface returns the maximum number of simultaneous touch contact points that are supported by the current device.

Value

A number.

Examples

js

if (navigator.maxTouchPoints > 1) {
  // browser supports multi-touch
}
Specifications Specification Pointer Events
# dom-navigator-maxtouchpoints
Browser compatibility Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Nov 10, 2024 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4