Skip to main content

Questions tagged [haptic-feedback]

The tag has no usage guidance, but it has a tag wiki.

0 votes
0 answers
43 views

Vibration without User Input

I'm struggling to get a vibration working from my App. I have downloaded Asad/Azam's Morsecode project https://github.com/AsadAzam/MorseCode and it works, so my device supports vibrations. App ...
Hadders's user avatar
0 votes
0 answers
14 views

How to resume CHHapticAdvancedPatternPlayer with AHAP with audio?

I have an AHAP which plays audio inside of it. let patternPlayer = try hapticEngine.makeAdvancedPlayer(with: patternFile) patternPlayer.loopEnabled = false try patternPlayer.start(atTime: ...
Isaaс Weisberg's user avatar
1 vote
1 answer
80 views

Why does my compass vibrate when its tab is not active?

I'm creating an app that contains a compass tab. I would like for it to vibrate upon changing degrees of orientation. I got it to work, however, when I switch over to a new tab I can still feel the ...
Zack A's user avatar
  • 45
2 votes
0 answers
26 views

Touch Controller Haptics Don't Work in Unity Scene?

I am creating a VR experiment in Unity using the Meta Quest 3 and touch controllers. Everything is working great except for one element - the haptic feedback for the controllers. Here is my current ...
brain_and_brawn's user avatar
0 votes
0 answers
23 views

DRV2605 PIC16F interfacing

I'm trying to drive DRV2605L (Adafruit DRV2605L) using PIC16F18877 (DM164142 evaluation board) to control an ERM but I'm getting nowwhere. The output is dead (even with simulation using an I2C ...
sh4rp3r's user avatar
  • 216
0 votes
0 answers
146 views

why I get an error when I want to generate haptic feedback

I'm programming a timer in SwiftUI. When my timer is finished, I want to make a haptic return, I want a rather heavy vibration like for alarm clocks on phones. The problem is that when the haptic ...
Jlair's user avatar
  • 24
0 votes
0 answers
107 views

How to disable text selection for mobile long press but preserve haptic feedback?

I'm trying to do the opposite of what this post asks. I'm implementing a functionality on my webpage where long pressing an element on mobile triggers a function. I used long-press-event here. However,...
windows9's user avatar
0 votes
1 answer
243 views

CHHapticEngine not generating haptic feedback nor throws error?

I am trying to generate haptic feedback in an iOS application. I am doing so by using CoreHaptics. My code to do this is as follows: do { let engine = try CHHapticEngine() try engine....
TestinginProd's user avatar
1 vote
1 answer
202 views

Add haptic to drag and drop (draggable, dropDestination)

How can I add haptic effect on a drag and drop ? I follow this tutorial: https://www.youtube.com/watch?v=UFiOCcm6zTo but I can't figure out how to add haptic when we select a view and drop it. thanks ...
swordse's user avatar
  • 13
0 votes
1 answer
192 views

Android ignore global haptic feedback settings in API 33+

I want to use haptic feedback when the player takes damage or crashes their car in a game and want to ignore the system global haptic feedback setting, which is generally disabled because the user ...
Sean McManus's user avatar
0 votes
0 answers
141 views

Direct Volume Rendering Texture overlapping artifacts

I'm trying to use the direct volume rendering in Chai3D, but there is an artifact that makes the edges of the hosting boundary mesh always visible, even when there is another object in front of it. ...
Lucas Rodrigues's user avatar
0 votes
0 answers
37 views

Is there any way that I can let the HapticGenerator work on any media playing on a device?

So my task is simple. I have a Pixel 7 and I love how it vibrates to the ringtones accordingly. I'm an app developer and I want to implement the hapticgenerator to any media currently playing. I know ...
Turksat46's user avatar
-1 votes
1 answer
282 views

How to make haptic in dynamic island?

In iOS17 dynamic island have capable to interactive with Button and Toggle .I wish to make a haptic effect when tap the button in dynamic island. The normal solution NOT working in dynamic island ...
闪电狮's user avatar
  • 445
1 vote
1 answer
403 views

Set steering wheel angle using Gamepad API

Is it possible to set a specific angle for a Logitech G29 steering wheel using the HTML5 Gamepad API? I assumed the GamepadHapticActuator could be used, but the only GamepadHapticActuatorType is ...
XCS's user avatar
  • 27.9k
2 votes
2 answers
5k views

How to add Haptic Feedback / Vibrations in react native app?

Specifically, I'm trying to get a TouchableOpacity to vibrate the user's device when pressed, and trying to add a vibration when a challenge success modal has been shown in the application. Note that ...
Shep Sims's user avatar
  • 1,330

15 30 50 per page
1
2 3 4 5
9