This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I want to use the vibration alert for the accelerometer action in an app using the Corona SDK.
Can any one give me some clue for this. I have tried searching for this in the internet but not found any useful clues.
That's actually super easy, put this line in;
system.vibrate()
That's all it takes. (I think it plays a beep sound on the simulator but nothing visual, so turn your sound up a bit while testing - or better yet build it. I used it in a test app 2 days ago.)