Hi,
using B4A 12.80 and Phone library 2.53.
In one of my apps I declare the following:
and then later:
A customer said it was working fine on a Xiaomi running Android 13.
Recently he upgraded to Android 14 and the vibration hasn't worked since.
To make sure the code was executed I made a test version of the app with the following code:
He told me the Toastmessage appears on the screen but the phone does not vibrate.
Any hints?
I need to have the phone vibrate under specific circumstances, say when the clock strikes 11:35...are there alternatives?
using B4A 12.80 and Phone library 2.53.
In one of my apps I declare the following:
B4X:
Dim pv As PhoneVibrate
and then later:
B4X:
pv.Vibrate(800)
A customer said it was working fine on a Xiaomi running Android 13.
Recently he upgraded to Android 14 and the vibration hasn't worked since.
To make sure the code was executed I made a test version of the app with the following code:
B4X:
pv.Vibrate(800)
ToastMessageShow("Vibration ON",True)
He told me the Toastmessage appears on the screen but the phone does not vibrate.
Any hints?
I need to have the phone vibrate under specific circumstances, say when the clock strikes 11:35...are there alternatives?