• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. Navigator (Firefox OS extensions)
  6. Navigator.mozSms

Navigator.mozSms

In This Article
  1. Syntax
  2. Specifications
  3. Browser compatibility
  4. Preferences & availability
  5. See also

Obsolete since Gecko 25 (Firefox 25 / Thunderbird 25 / SeaMonkey 2.22)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

This API is available on Firefox OS for internal applications only.

Returns an SmsManager object you can use to receive and send SMS messages.

Note: Do not use anymore! This object has been removed in favor of window.navigator.mozMobileMessage.

Syntax

var sms = window.navigator.mozSms;

Specifications

This is a non standard implementation, but it is discussed at W3C as part of the System Application Working Group.

Specification Status Comment
Messaging API Editor's Draft Editor Draft (WIP).

Browser compatibility

For obvious reasons, support is primarily expected on mobile browsers.

  • Desktop
  • Mobile
Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support No support No support No support No support No support
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support No support 12.0 (12.0) No support No support No support

Preferences & availability

  • WebSMS is disabled by default and can be enabled setting the preference dom.sms.enabled to true.
  • A comma-separated whitelist of allowed hostnames that are allowed to use the WebSMS API must be specified using the dom.sms.whitelist preference. This string is empty by default.
  • WebSMS is only available to certified apps on Firefox OS (B2G).

See also

  • WebSMS API
  • SmsManager
  • window.navigator.mozTelephony for controlling telephone calls.

Document Tags and Contributors

Tags: 
  • API
  • Firefox OS
  • Mobile
  • Obsolete
  • Property
  • WebSMS
 Contributors to this page: chrisdavidmills, teoli, MHasan, kscarfone, iamanupmenon, kohei.yoshino, Jeremie, Sheppy, fscholz
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:09:18 AM
See also
  1. Archive
  2. Related pages for Firefox OS
    1. MozAlarmsManager
    2. MozMobileNetworkInfo
    3. MozWifiP2pGroupOwner