CB-8384 Add Windows platform quirks

This commit is contained in:
sgrebnov 2015-01-30 15:33:36 +03:00
parent fb608698e5
commit c828153516

View File

@ -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.