From 23578de056c21030e6c43a7ba94da7a9274391ee Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 28 Dec 2017 13:10:14 +0100 Subject: [PATCH] docs(vibration): remove unsupported platforms (#2234) --- src/@ionic-native/plugins/vibration/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/vibration/index.ts b/src/@ionic-native/plugins/vibration/index.ts index e09b678b3..5d83e9da7 100644 --- a/src/@ionic-native/plugins/vibration/index.ts +++ b/src/@ionic-native/plugins/vibration/index.ts @@ -33,7 +33,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core'; plugin: 'cordova-plugin-vibration', pluginRef: 'navigator', repo: 'https://github.com/apache/cordova-plugin-vibration', - platforms: ['Android', 'BlackBerry 10', 'Firefox OS', 'iOS', 'Tizen', 'Ubuntu', 'Windows', 'Windows Phone'] + platforms: ['Android', 'iOS', 'Windows'] }) @Injectable() export class Vibration extends IonicNativePlugin {