Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

WebSMS

非標準

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

摘要

WebSMS API 可讓網頁內容能建立、傳送、接收文字簡訊 (SMS) 或多媒體訊息 (MMS)。

透過 window.navigator.mozSms (將回傳 MozSmsManager 物件),或是 window.navigator.mozMobileMessage (將回傳 MozMobileMessageManager 物件),均可存取此 API。

DOM 介面

SMS 介面

MMS 與 SMS 介面

範例程式碼與介紹

規格

此 API 目前尚未成為標準規格。可至 W3C 的 System Application Working Group 參與相關討論。

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

瀏覽器相容性

當然,主要支援行動瀏覽器。

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support Not supported Not supported Not supported Not supported Not supported
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support Not supported 12.0 (12.0) Not supported Not supported Not supported

相關設定

  • WebSMS 預設為停用,可將 dom.sms.enabled 設定為 true 即可啟用。
  • 允許使用 WebSMS API 的主機名稱,均以逗號區隔,且必須透過 dom.sms.whitelist 指定之。此字串預設為空白。
  • WebSMS 僅能用於 Firefox OS (B2G) 的 Certified Apps 之上。
  • 從 Firefox OS 1.1 開始,即可使用 MMS。

另可參閱

文件標籤與貢獻者

 此頁面的貢獻者: MashKao
 最近更新: MashKao,