docs(device): remove unsupported platforms (#2222)

* docs(device): remove unsupported platforms

* Update index.ts
This commit is contained in:
Daniel Sogl 2017-12-28 13:07:48 +01:00 committed by Ibby Hadeed
parent f43a657fdd
commit 35f6c15ad4

View File

@ -24,7 +24,7 @@ declare const window: any;
plugin: 'cordova-plugin-device',
pluginRef: 'device',
repo: 'https://github.com/apache/cordova-plugin-device',
platforms: ['Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'macOS', 'Tizen', 'Ubuntu', 'Windows', 'Windows Phone']
platforms: ['Android', 'Browser', 'iOS', 'macOS', 'Windows']
})
@Injectable()
export class Device extends IonicNativePlugin {