This API is available on Firefox OS for privileged or certified applications only.
The tel
property is a list of all the possible phone numbers for the contact.
Syntax
var phone = instanceOfMozContact.tel
Value
Return an Array of TelField objects.
TelField
Those objects are regular JavaScript objects, each representing a phone number with the following properties:
type
- An Array of strings representing the type for that phone number (e.g., "home", "work").
pref
- A boolean indicating if it is the preferred phone number (
true
) or not (false
). value
- A string representing the phone number itself.
carrier
- A string representing the phone number's carrier.
Specifications
Specification | Status | Comment |
---|---|---|
Contacts Manager API The definition of 'Contact.phoneNumbers' in that specification. |
Working Draft | First Working Draft (unstable) |
vCard Format Specification The definition of 'Contact.TEL' in that specification. |
IETF RFC | RFC 6350 |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
basic support | No support | No support | No support | No support | No support |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
basic support | No support | No support | 18.0 (18.0)[1] | No support | No support | No support |
[1] As the specification is unstable, the Gecko implementation is completely non-standard.