In android Erel post a code that the text in a label became a link that the OS take action.
SO if it is a mail, or http or a phone number.
There is a equivalnt for IOS ?
SO if it is a mail, or http or a phone number.
B4X:
xlbl_5.Text = "0" & xx.Trim
args(0) = xlbl_5 'Label1
types(0) = "android.widget.TextView"
args(1) = 15
types(1) = "java.lang.int"
Obj1.RunMethod4("addLinks", args, types)
There is a equivalnt for IOS ?