-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vibration on tap stopped to work after update #910
Comments
We switched to a shorter tap vibrate length, but its still the exact same vibrate, and its working for mine. Are you sure you have touch feedback enabled in your system settings? |
The touch feedback was enabled both in the app and in the system settings, even changing the vibration intensity has no effect. However, using the Samsung keyboard, the vibration works correctly. I am currently using version 3.1.0 which does not give me any problems. |
This is the only PR that changed anything to do with vibration since then: #863 . I don't know what I can do about this, as it should've only changed the vibration length. |
Is it possible that the vibration is too short for my phone to start the motor? In this case is it possible to add a parameter in the settings to change the vibration length? |
I'm not sure. I'd rather use android's default for touch length above than make this configurable. If someone wanted to add it I wouldn't be opposed, but it seems overkill to me. I'm wondering if any other devices are experiencing this bug. |
Vibrations have also stopped working on my device (Samsung Galaxy A22 5G) in the current version (3.2.1). I guess there might be a problem with Samsung devices, where the vibration length is shorter than Samsung's minimum length. |
I am also experiencing vibrations not working on Thumb-key 3.2.6 |
You can look at #863 , I'm guessing its for samsung devices then, they won't start the motor with the |
sorry, what am i supposed to do with the pr? there could be some preset buttons that would move the slider, but otherwise you can adjust it freely. this could solve the problem for samsung devices if they can simply increase the vibration duration. |
I don't think I'd want to add custom vibration length. Here's the specific line that changed this. The possible ways forward for this are:
|
i tested the foss futo keyboard that just came out, and it's a fork of AOSP latinIME, and it supports vibration (i set it to 30ms) could you possibly check if they are using some different method/api? |
You should've done this work as it's samsung weirdness workaround, but I did it for you. They seem to be using the same thing we are, but also adding a most likely deprecated custom vibrate function in addition to the standard. Reach out to samsung support about this issue and link it here. |
Steps to reproduce
I updated from the 3.0.0 to the last version 3.1.7 and the vibration stopped to work. I then downgraded one version at the time until 3.1.0 when the vibration returned to work
Expected behavior
Vibration on tap
Actual behavior
No vibration on tap
version of the program
3.1.1 to 3.1.7
Android version
Android 13
Device
Samsung Galaxy A52
Other details
I checked the program and system configuration to confirm nothing changed and tried other keybords, that worked fine.
The sound on tap worked fine on all version 3.1.0 to 3.1.7
Acknowledgements
The text was updated successfully, but these errors were encountered: