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 ea开发者_JS百科sy 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.?
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
精彩评论