MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / hapticSelectionStart

Function hapticSelectionStart

core/src/utils/native/haptic.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 * Tell the haptic engine that a gesture for a selection change is starting.
153 */
154export const hapticSelectionStart = () => {
155 hapticAvailable() && HapticEngine.selectionStart();
156};
157
158/**
159 * Tell the haptic engine that a selection changed during a gesture.

Callers 3

scrollCallbackMethod · 0.90
onStartMethod · 0.90
onStartMethod · 0.90

Calls 1

hapticAvailableFunction · 0.85

Tested by

no test coverage detected