It would be nice if the Gideros API could handle the different types of vibrations provided by Android. Like specifying the duration in milliseconds instead of a default 300ms, and also specifying patterns.
http://android.konreu.com/developer-how-to/vibration-examples-for-android-phone-development/
Comments
Are there any plans to expand vibration API??
Please, add a new parameter to the function vibrate()
Application:vibrate(delay=300)
This is essential for programming a responsive interface.