mierlp Posted June 16, 2016 Posted June 16, 2016 Hi I'm developing a small database tool for our festival whichcontains the importend Phone numbers. Is it possible to use phone dialing from a smartphone. What i would like to is when i need someone from the list,...click a button and the number must be dailed. Can this be done with uniGui
emiboy Posted June 16, 2016 Posted June 16, 2016 Look at the PhoneBook example in Demos. In ExtEvents: function itemswipe(sender, index, target, record, e, eOpts){ if(e.direction=="right"||e.direction=="left") window.location.href="tel://"+record.get('1'); // Call the Phone Number} Regards,,
Recommended Posts