jenly1314/UltraSwipeRefresh

vibrate下拉振动效果的代码优化建议

liu-xinhui opened this issue · 0 comments

val view = LocalView.current
view.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY)

比较方便的实现方式是这种,而且可以定义震动效果,建议使用HapticFeedbackConstants.VIRTUAL_KEY,效果最好