youssef hachicha
06/13/2024, 8:39 AMinternal actual object PlatformHapticFeedbackType {
actual val LongPress: HapticFeedbackType = HapticFeedbackType(0)
actual val TextHandleMove: HapticFeedbackType = HapticFeedbackType(9)
}
and I tried to set some values of my own example expecting that the vibration would be less but they don't seem to have any effect at all
HapticFeedbackType(23)
HapticFeedbackType(102)