docs(geolocation): remove unsupported platforms (#2225)

* docs(geolocation): remove unsupported platforms

* Update index.ts
This commit is contained in:
Daniel Sogl 2017-12-28 13:08:54 +01:00 committed by Ibby Hadeed
parent 6f7cdf6214
commit 5e77ed9317

View File

@ -155,7 +155,7 @@ export interface GeolocationOptions {
repo: 'https://github.com/apache/cordova-plugin-geolocation',
install: 'ionic cordova plugin add cordova-plugin-geolocation --variable GEOLOCATION_USAGE_DESCRIPTION="To locate you"',
installVariables: ['GEOLOCATION_USAGE_DESCRIPTION'],
platforms: ['Amazon Fire OS', 'Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'Ubuntu', 'Windows', 'Windows Phone']
platforms: ['Amazon Fire OS', 'Android', 'Browser', 'iOS', 'Windows']
})
@Injectable()
export class Geolocation extends IonicNativePlugin {