Good Day !
Is the Phonegap onStartCallKeyDown implemented ?
I Tried to use this but the Tiggzi supplied "startcallbutton" never gets fired on test phone Android 2.3.5
I also tried my own by adding.
DeviceReady
codedocument.addEventListener("startcallbutton", onStartCallKeyDown, false); /code
Javascript
codefunction onStartCallKeyDown() {
localStorage.setItem('CallTimeStart','Has Fired');
}/code
Am I not getting this?
Thanks.