Skip to content

Commit

Permalink
docs: Removed misleading text (#194)
Browse files Browse the repository at this point in the history
"This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation."

is misleading because it sounds like you do not need the plugin if the browser has geolocation support,
however, the plugin still handles permissions regardless if it provides
a geolocation implementation or not.
  • Loading branch information
breautek committed Mar 30, 2020
1 parent 4d14db2 commit 70f3d6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ device's actual location.
> To get a few ideas, check out the [sample](#sample) at the bottom of this page or go straight to the [reference](#reference) content.
This API is based on the
[W3C Geolocation API Specification](http://dev.w3.org/geo/api/spec-source.html),
and only executes on devices that don't already provide an implementation.
[W3C Geolocation API Specification](http://dev.w3.org/geo/api/spec-source.html).

__WARNING__: Collection and use of geolocation data
raises important privacy issues. Your app's privacy policy should
Expand Down

0 comments on commit 70f3d6e

Please sign in to comment.