I am trying to use some phonegap features in my app but getting an "undefined" error message. As a test, I did something very simple: create a button on a page and on click event, call navigator.notification.beep(2)
This also gives an error saying "navigator.notification" is undefined. The example is from http://docs.tiggzi.com/documentation/...
What do I need to define/import etc to get this to work?
Thanks