Linking a phone number on Blackberry LabelField

774 views Asked by At

Is there a way to make text that contains a phone number show up as a clickable link using the Blackberry LabelField?

Example: "Call me at 1234567" - the 1234567 would be a link that could be used to launch the phone.

This is easy to do on the iPhone UITextView but can't seem to find anything similar for Blackberry... Or do I need to parse the text manually for phone numbers, URLs, email addresses, etc.?

1

There are 1 answers

0
Vivart On BEST ANSWER

you can use ActiveRichTextField

It will underline the mobile number, URl's , email addresses, etc and on click it will add appropriate menu items like call, open in browser, etc