Hi,
Does Tiggzi not support the phonegap navigator.notification.beep(2);
PhoneGap library is included when you create a new project.
I am running this js on button click event :
navigator.notification.beep(2);
and I get the error in test browser:
Uncaught TypeError: Cannot call method 'beep' of undefined
So i tested on android phone and although volume is up, there is no sound.
Is there more I need to do?
Hi Sean,
Are there any other actions on button click?
no, but along with the beep attempt in the same js I do:
alert('Favorite Added');
navigator.notification.beep(2);
Tiggzi.navigateTo('horsePage', {reloadPage: true});
We've tested this. Should work. There are no errors on Android emulator. What is the target version of your APK built? What's the version of device? Did you test on iOS?
I tried just the one line on another button and it worked, so it must be something on my end- thank you