CB-8438 cordova-plugin-network-information documentation translation: cordova-plugin-network-information

This commit is contained in:
Victor Sosa
2015-02-27 12:52:16 -06:00
parent d4f35b044c
commit 5cdb383803
8 changed files with 61 additions and 29 deletions
+7 -3
View File
@@ -37,7 +37,7 @@
* iOS
* Windows Phone 7 和 8
*
* Windows 8
* Windows
* 火狐瀏覽器的作業系統
# 連接
@@ -101,10 +101,14 @@
* `navigator.connection.type`設置為 `Connection.CELL` 為所有蜂窩資料。
### Windows 的怪癖
* 當電話 8.1 在模擬器中運行,總能檢測到 `navigator.connection.type` 作為 `Connection.ETHERNET`.
### Tizen 怪癖
* Tizen 只可以檢測一個 WiFi 或者蜂窩連接。
* `navigator.connection.type`設置為 `Connection.CELL_2G` 為所有蜂窩資料
* 泰只能檢測一個 WiFi 或細胞連接。
* `navigator.connection.type` 是所有蜂窩資料設置為 `Connection.CELL_2G`
### 火狐瀏覽器作業系統的怪癖