Closed c-villain closed 2 months ago
Add default haptic support for full swiping action. To disable it use .allowFullSwipeHaptics(false), to change feedback type use .fullSwipeHapticFeedback(...)
.allowFullSwipeHaptics(false)
.fullSwipeHapticFeedback(...)
check here
add in 0.4.0
Add default haptic support for full swiping action. To disable it use
.allowFullSwipeHaptics(false)
, to change feedback type use.fullSwipeHapticFeedback(...)
check here