From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/webapi/websms/index.html | 130 +++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 files/zh-tw/webapi/websms/index.html (limited to 'files/zh-tw/webapi/websms') diff --git a/files/zh-tw/webapi/websms/index.html b/files/zh-tw/webapi/websms/index.html new file mode 100644 index 0000000000..16ef3887cf --- /dev/null +++ b/files/zh-tw/webapi/websms/index.html @@ -0,0 +1,130 @@ +--- +title: WebSMS +slug: WebAPI/WebSMS +translation_of: Archive/B2G_OS/API/Mobile_Messaging_API +--- +

{{ non-standard_header() }}

+ +

{{ B2GOnlyHeader2('certified') }}

+ +

摘要

+ +

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

+ +

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

+ +

DOM 介面

+ +

SMS 介面

+ + + +

MMS 與 SMS 介面

+ + + +

範例程式碼與介紹

+ + + +

規格

+ +

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

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
+ +

瀏覽器相容性

+ +

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

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatGeckoMobile("12.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

相關設定

+ + + +

另可參閱

+ + -- cgit v1.2.3-54-g00ecf