- From: Philip Jägenstedt <notifications@github.com>
- Date: Sun, 18 Sep 2016 14:02:53 -0700
- To: w3c/touch-events <touch-events@noreply.github.com>
Received on Sunday, 18 September 2016 21:03:32 UTC
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. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/touch-events/issues/58#issuecomment-247878625
Received on Sunday, 18 September 2016 21:03:32 UTC