You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2014/01/13 20:20:34 UTC

git commit: FFOS info added

Updated Branches:
  refs/heads/dev 0b8777f8a -> 0cad0fe93


FFOS info added


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/0cad0fe9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/0cad0fe9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/0cad0fe9

Branch: refs/heads/dev
Commit: 0cad0fe934cc882932048828249095babdf0fe00
Parents: 0b8777f
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Mon Jan 13 13:56:03 2014 +0100
Committer: hermwong <he...@gmail.com>
Committed: Mon Jan 13 11:20:12 2014 -0800

----------------------------------------------------------------------
 doc/index.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/0cad0fe9/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 4440e93..37d2f28 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -33,6 +33,7 @@ from the top of the device.  It measures the heading in degrees from 0 to
 - Amazon Fire OS
 - Android
 - BlackBerry 10
+- Firefox OS
 - iOS
 - Tizen
 - Windows Phone 7 and 8 (if available in hardware)
@@ -112,6 +113,10 @@ with time intervals.
 
 - No support for `filter`.
 
+### Firefox OS Quirks
+
+- No support for `filter`.
+
 ### Tizen Quirks
 
 - No support for `filter`.
@@ -163,6 +168,12 @@ A `CompassHeading` object is returned to the `compassSuccess` callback function.
 
 - The `headingAccuracy` property is always 0 because there is no difference between the `magneticHeading` and `trueHeading`.
 
+### Firefox OS Quirks
+
+- The `trueHeading` property is not supported, but reports the same value as `magneticHeading`.
+
+- The `headingAccuracy` property is always 0 because there is no difference between the `magneticHeading` and `trueHeading`.
+
 ### iOS Quirks
 
 - The `trueHeading` property is only returned for location services enabled via `navigator.geolocation.watchLocation()`.