Open a phone dialer with phonenumber mentioned in the label...
Posted: Mon May 12, 2014 11:36 am
Hi,
I am able to open the phone dialer via below link, but i would like to pick the phone number from the label available on the app screen. Using the following javascript function.
window.location.href='tel:'+Appery('phone1_344').val();
where phone1_344 is label name.
Thanks!