--- title: 'Element: touchstart イベント' slug: Web/API/Element/touchstart_event tags: - Event - Touch Event - TouchEvent - UI - UI Events - UX - touch - touchstart translation_of: Web/API/Element/touchstart_event ---

{{APIRef}}

touchstart イベントは、タッチ平面上に1つ以上のタッチ点が配置されたときに発生します。

バブリング あり
キャンセル
インターフェイス {{domxref("TouchEvent")}}
イベントハンドラープロパティ {{ domxref("GlobalEventHandlers.ontouchstart","ontouchstart")}}

これらのイベントのコード例は、専用のページ「タッチイベント」にあります。

仕様書

仕様書 状態
{{SpecName('Touch Events', '#event-touchstart')}} {{Spec2('Touch Events')}}

ブラウザーの互換性

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

関連情報