Beep!
Hi,
Does Tiggzi not support the phonegap navigator.notification.beep(2);
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
Does Tiggzi not support the phonegap navigator.notification.beep(2);
PhoneGap library is included when you create a new project.
Hi Max, when I attempt to use the function
function playBeep() {
navigator.notification.beep(3);
}
I get an error!
Uncaught TypeError: Cannot call method 'beep' of undefined
How do you test the app, did you install it or running in the browser?
Hi Max, sorry about wasting your time with this, I installed the app and everything is OK.
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