docs(splashscreen): remove unsupported platforms (#2231)

This commit is contained in:
Daniel Sogl 2017-12-28 13:09:52 +01:00 committed by Ibby Hadeed
parent 292a9c3722
commit aa54444e33

View File

@ -23,7 +23,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
plugin: 'cordova-plugin-splashscreen',
pluginRef: 'navigator.splashscreen',
repo: 'https://github.com/apache/cordova-plugin-splashscreen',
platforms: ['Amazon Fire OS', 'Android', 'BlackBerry 10', 'iOS', 'Tizen', 'Ubuntu', 'Windows', 'Windows Phone']
platforms: ['Amazon Fire OS', 'Android', 'iOS', 'Windows']
})
@Injectable()
export class SplashScreen extends IonicNativePlugin {