Hi,
I am trying to make the phone vibrate when a button is pressed.
I have found that I can use code like:
However, when I use this code it seems that it vibrates the phone for approx 1 second.
Is there a way in making it vibrate the phone for 100-200ms (like a short keypress vibrate) rather than a long vibration like it's doing now ?
I am trying to make the phone vibrate when a button is pressed.
I have found that I can use code like:
B4X:
Dim vib As Phone
vib.Vibrate
However, when I use this code it seems that it vibrates the phone for approx 1 second.
Is there a way in making it vibrate the phone for 100-200ms (like a short keypress vibrate) rather than a long vibration like it's doing now ?