Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The stage is now set for us to start enhancing our application with calls to the native device features. PhoneGap makes this possible by exposing certain functionality via JavaScript. This means that all you have to do to make the phone vibrate is add a bit of JavaScript to your code. For example:
navigator.notification.vibrate();