Spacewar: overlay: Enable haptic text cursor

Support has landed in WebView, so time to turn it on in framework!
This commit is contained in:
Michael Wright
2025-11-29 08:54:47 +00:00
committed by nyxalune
parent 59c7d065ba
commit 6ce821b470

View File

@@ -575,4 +575,9 @@
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
vibrator is capable of subtle vibrations -->
<bool name="config_vibrateOnIconAnimation">true</bool>
<!-- Enables or disables haptic effect when the text insertion/selection handle is moved
manually by the user. Off by default, since the expected haptic feedback may not be
available on some devices. -->
<bool name="config_enableHapticTextHandle">true</bool>
</resources>