[Webkit-unassigned] [Bug 248119] New: pointerevent movementX and movementY are both undefined only in iOS Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 20:19:16 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248119

            Bug ID: 248119
           Summary: pointerevent movementX and movementY are both
                    undefined only in iOS Safari
           Product: WebKit
           Version: Safari 16
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joe at trusktr.io

This code logs undefined only in iOS Safari (iPhone/iPad):

  document.documentElement.addEventListener(
    'pointermove',
    e => console.log(
      'movement', e.movementX, e.movementY
    )
  )

It works fine in every other browser, even in macOS desktop Safari, and Chrome, Firefox, Edge in all OSes (except in iOS because they use WebKit there).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221119/9f160769/attachment.htm>


More information about the webkit-unassigned mailing list