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!