← Back to release summary

Deprecate and remove initTouchEvent

Category
User input
Type
New or changed feature
Status
Removed (Chrome 54)
Intent stage
None

Summary

Chrome’s initTouchEvent is not interoperable with Safari's or Firefox’s version of initTouchEvent. Deprecated since M49. Developers should use the new TouchEvent constructor. See https://www.chromestatus.com/features/4923255479599104

Standards & signals

Docs: https://developers.google.com/web/updates/2016/02/chrome-49-deprecations?hl=en#use-of-inittouchevent-is-deprecated

Samples: https://output.jsbin.com/lohuwa https://w3c.github.io/touch-events/#firing-a-synthetic-touchevent-from-script

View on chromestatus.com