From 60d32be0958cb2f357a6354a174bfed54f05fc2b Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 28 Dec 2017 13:10:07 +0100 Subject: [PATCH] docs(screen-orientation): remove unsupported platforms (#2233) --- src/@ionic-native/plugins/screen-orientation/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/screen-orientation/index.ts b/src/@ionic-native/plugins/screen-orientation/index.ts index 1dd252677..99709bec2 100644 --- a/src/@ionic-native/plugins/screen-orientation/index.ts +++ b/src/@ionic-native/plugins/screen-orientation/index.ts @@ -55,7 +55,7 @@ import { Observable } from 'rxjs/Observable'; plugin: 'cordova-plugin-screen-orientation', pluginRef: 'screen.orientation', repo: 'https://github.com/apache/cordova-plugin-screen-orientation', - platforms: ['Android', 'BlackBerry 10', 'iOS', 'Windows'] + platforms: ['Android', 'iOS', 'Windows'] }) @Injectable() export class ScreenOrientation extends IonicNativePlugin {