dial number

  1. Lucas Eduardo

    iOS Question Dial some number to call

    Hello, i did it in Android, but i could not find how to do it in iOS. Here is the code in B4A: rp.CheckAndRequest(rp.PERMISSION_CALL_PHONE) Wait For Activity_PermissionResult (Permission As String, Result As Boolean) If Result Then Dim number As String = Regex.Replace("[^0-9]",lbl.Text,"")...
  2. Sgardy

    Android Question PhoneCalls doesn't works anymore

    I use Dim pc as PhoneCalls Dim number as String number = "22334455" 'Just an invented number StartActivity(pc.Call(number)) My app crashes in all my devices, maybe the cause are new Android restrictions? It would be enaugh for me to open the system dialer with the number ready. Any suggestion? TNX
Top