how to use the Vibrate in version (1.6)

winjiadh

Active Member
Licensed User
Longtime User
In the 1.5, we can use the Vibrate add the phone dll version 1.37.
we can use it in sample
dim phone1 as phone
phone1.Vibrate(1000)

and in the version 1.6, it can't use,how did it for the vibrate.
:sign0085:
 

Gary Miyakawa

Active Member
Licensed User
Longtime User
It was changed in 1.6 (check release notes or do a search)...

B4X:
Dim phoneV as PhoneVibrate

      phoneV.Vibrate(1000)

Works good!

Gary M
 
Upvote 0
Top