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/14 21:43:40 UTC

git commit: CB-5326 adding FFOS permission and updating supported platforms

Updated Branches:
  refs/heads/dev f6053e8a0 -> 3d62bc46d


CB-5326 adding FFOS permission and updating supported platforms


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/3d62bc46
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/3d62bc46
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/3d62bc46

Branch: refs/heads/dev
Commit: 3d62bc46d270bdae5f7b5ea94d42f0396d210d00
Parents: f6053e8
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Tue Jan 14 13:04:35 2014 +0100
Committer: Herm Wong <he...@gmail.com>
Committed: Tue Jan 14 12:43:22 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/3d62bc46/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index d229157..038af3d 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -49,11 +49,22 @@ see the Privacy Guide.
 
     cordova plugin add org.apache.cordova.geolocation
 
+### Firefox OS Quirks
+
+Create __www/manifest.webapp__ as described in 
+[Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest).
+Add permisions: 
+
+    "permissions": {
+		"geolocation": { "description": "Used to position the map to your current position" }
+	}
+
 ## Supported Platforms
 
 - Amazon Fire OS
 - Android
 - BlackBerry 10
+- Firefox OS
 - iOS
 - Tizen
 - Windows Phone 7 and 8