Long press

Directive to handle long pressing elements

Contents

Long Press Me

Has Long Pressed Mobile: false

Has Long Pressed Tablet: false

Has Long Pressed Desktop: false

Inputs
enableHaptics ?: boolean = true
Outputs
longPressedDesktop ?: any = new EventEmitter<void>()
longPressedMobile ?: any = new EventEmitter<void>()
longPressedTablet ?: any = new EventEmitter<void>()