0

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.?

Kara
  • 6,115
  • 16
  • 50
  • 57
Brett
  • 167
  • 2
  • 7

1 Answers1

4

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

Vivart
  • 14,900
  • 6
  • 36
  • 74