You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing this app that will give haptic feedback when the user swipes on the screen. I put Gaimon.soft() in onPanUpdates gesture event, it worked well at first, but after a while i get this error:
[Feedback] failed to create player with pattern for <_UIFeedbackCoreHapticsHapticsOnlyEngine: 0x280f7aa00>: Error Domain=com.apple.CoreHaptics Code=-10851 "(null)"
[hapi] CHHapticEngine.mm:1917 -[CHHapticEngine(CHHapticEngineInternal) getAvailableChannel:]: ERROR: Unable to add an additional player channel
The text was updated successfully, but these errors were encountered:
I'm doing this app that will give haptic feedback when the user swipes on the screen. I put Gaimon.soft() in onPanUpdates gesture event, it worked well at first, but after a while i get this error:
The text was updated successfully, but these errors were encountered: