Jump to content

Recommended Posts

Posted

Hi

It is possible to make a call to a phone
I have tried with
FMSoft \ Framework \ uniGUI \ Demos \ Touch \ PhoneBook
and it does not work

thanks

Posted

this button works

UniSession.AddJS('window.location.href="tel://'+DataSource1.DataSet.FieldByName('Phone_Number').AsString+'"');

 

Screenshot_1.jpg

  • 5 months later...
Posted

when i tap on a Toolbutton with code

UniSession.AddJS('window.location.href="tel://' + sTel + '"')

then the dialing window opens (with phone namber), but in the browser the session ends or restarts :sad:

@Sherzod

 

 

Screenshot_1.jpg

×
×
  • Create New...