--- title: touchstart slug: Web/API/Element/touchstart_event tags: - Event - UI - UI Events - UX - touchstart - 事件 - 触摸 - 触摸事件 translation_of: Web/API/Element/touchstart_event ---

{{APIRef}}

当一个或多个触摸点与触控设备表面接触时触发touchstart 事件.

Bubbles Yes
Cancelable Yes
Interface {{domxref("TouchEvent")}}
Event handler property {{ domxref("GlobalEventHandlers.ontouchstart","ontouchstart")}}

示例

这些时间的代码样例可在这个专用页面查看:Touch events.

规范

规范 状态
{{SpecName('Touch Events', '#event-touchstart')}} {{Spec2('Touch Events')}}

浏览器兼容性

{{Compat("api.Element.touchstart_event")}}

参见