Issue with PhoneGap API
Created a brand new project.
Added a button.
Added Click event to button.
When clicked, runs custom JS:
navigator.notification.beep(2);
Nothing happens.
Also tried:
navigator.notification.vibrate(1000);
I'm using the Mobile Tester for iOS on an iPhone 4s. iOS 5.1
I don't really need beeps and vibrates, but I'm trying to assess whether or not something is broken, or if I'm just doing it wrong before diving into what I actually need to do.
Thanks Max!