From c8281535160a547a367b7c820360e711c59d4cc9 Mon Sep 17 00:00:00 2001 From: sgrebnov Date: Fri, 30 Jan 2015 15:33:36 +0300 Subject: [PATCH] CB-8384 Add Windows platform quirks --- doc/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 016dbdc..c884541 100644 --- a/doc/index.md +++ b/doc/index.md @@ -37,7 +37,7 @@ wifi connection, and whether the device has an internet connection. - iOS - Windows Phone 7 and 8 - Tizen -- Windows 8 +- Windows - Firefox OS # Connection @@ -105,6 +105,10 @@ eventually be removed. - Windows Phone can't detect the type of cellular network connection. - `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 can only detect a WiFi or cellular connection.