Page 1 of 1

Beep!

Posted: Mon Dec 31, 2012 11:47 am
by Joe Bohen

Hi,
Does Tiggzi not support the phonegap navigator.notification.beep(2);


Beep!

Posted: Mon Dec 31, 2012 6:06 pm
by maxkatz

PhoneGap library is included when you create a new project.

http://docs.tiggzi.com/documentation/...

http://docs.tiggzi.com/getting-started/


Beep!

Posted: Mon Dec 31, 2012 6:24 pm
by Joe Bohen

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


Beep!

Posted: Mon Dec 31, 2012 6:40 pm
by maxkatz

How do you test the app, did you install it or running in the browser?


Beep!

Posted: Mon Dec 31, 2012 7:14 pm
by Joe Bohen

Hi Max, sorry about wasting your time with this, I installed the app and everything is OK.


Beep!

Posted: Fri Apr 12, 2013 7:03 pm
by Sean Kelley

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?


Beep!

Posted: Fri Apr 12, 2013 7:20 pm
by Kateryna Grynko

Hi Sean,
Are there any other actions on button click?


Beep!

Posted: Fri Apr 12, 2013 7:33 pm
by Sean Kelley

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});


Beep!

Posted: Fri Apr 12, 2013 8:45 pm
by Kateryna Grynko

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?


Beep!

Posted: Fri Apr 12, 2013 10:26 pm
by Sean Kelley

I tried just the one line on another button and it worked, so it must be something on my end- thank you