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

Function hapticSelection

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

Source from the content-addressed store, hash-verified

145 * (not for gestures)
146 */
147export const hapticSelection = () => {
148 hapticAvailable() && HapticEngine.selection();
149};
150
151/**
152 * Tell the haptic engine that a gesture for a selection change is starting.

Callers 2

onMoveMethod · 0.90
ToggleClass · 0.90

Calls 1

hapticAvailableFunction · 0.85

Tested by

no test coverage detected