Skip to content

Commit

Permalink
CB-5326 adding FFOS permission and updating supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun authored and hermwong committed Jan 14, 2014
1 parent f6053e8 commit 3d62bc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d62bc4

Please sign in to comment.