docs(contacts): remove unsupported platforms (#2221)

This commit is contained in:
Daniel Sogl 2017-12-28 13:07:39 +01:00 committed by Ibby Hadeed
parent c0c044bf89
commit f43a657fdd

View File

@ -294,7 +294,7 @@ export class ContactFindOptions implements IContactFindOptions {
plugin: 'cordova-plugin-contacts',
pluginRef: 'navigator.contacts',
repo: 'https://github.com/apache/cordova-plugin-contacts',
platforms: ['Android', 'BlackBerry 10', 'Firefox OS', 'iOS', 'Ubuntu', 'Windows', 'Windows Phone 8']
platforms: ['Android', 'iOS', 'Windows']
})
@Injectable()
export class Contacts extends IonicNativePlugin {