mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-03-15 12:51:00 +08:00
CB-8384 Add Windows platform quirks
This commit is contained in:
parent
fb608698e5
commit
c828153516
@ -37,7 +37,7 @@ wifi connection, and whether the device has an internet connection.
|
|||||||
- iOS
|
- iOS
|
||||||
- Windows Phone 7 and 8
|
- Windows Phone 7 and 8
|
||||||
- Tizen
|
- Tizen
|
||||||
- Windows 8
|
- Windows
|
||||||
- Firefox OS
|
- Firefox OS
|
||||||
|
|
||||||
# Connection
|
# Connection
|
||||||
@ -105,6 +105,10 @@ eventually be removed.
|
|||||||
- Windows Phone can't detect the type of cellular network connection.
|
- Windows Phone can't detect the type of cellular network connection.
|
||||||
- `navigator.connection.type` is set to `Connection.CELL` for all cellular data.
|
- `navigator.connection.type` is set to `Connection.CELL` for all cellular data.
|
||||||
|
|
||||||
|
### Windows Quirks
|
||||||
|
|
||||||
|
- When running in the Phone 8.1 emulator, always detects `navigator.connection.type` as `Connection.ETHERNET`.
|
||||||
|
|
||||||
### Tizen Quirks
|
### Tizen Quirks
|
||||||
|
|
||||||
- Tizen can only detect a WiFi or cellular connection.
|
- Tizen can only detect a WiFi or cellular connection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user