- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Sun, 18 Sep 2016 21:02:54 +0000
- To: public-touchevents@w3.org
Safari on iOS has 7 required arguments, but the first two can be null, i.e. `document.createTouch(null, null, 0, 0, 0, 0, 0)` works and creates a `Touch` instance with `target` null. Chrome for Android does the same thing, although omitting the arguments also works of course. -- GitHub Notification of comment by foolip Please view or discuss this issue at https://github.com/w3c/touch-events/issues/58#issuecomment-247878625 using your GitHub account
Received on Sunday, 18 September 2016 21:03:00 UTC