在 Blackberry LabelField 上链接电话号码
有没有办法使用 Blackberry LabelField 使包含电话号码的文本显示为可点击链接?
例子: “拨打 1234567 给我打电话” - 1234567 将是一个可用于启动手机的链接。
这在 iPhone UITextView 上很容易做到,但似乎找不到黑莓的类似内容...或者我是否需要手动解析文本以获取电话号码、URL、电子邮件地址等?
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.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 ActiveRichTextField< /a>
它将在手机号码、URL、电子邮件地址等下划线,单击后将添加适当的菜单项,例如呼叫、在浏览器中打开等
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