mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 16:03:02 +08:00
docs(splashscreen): remove unsupported platforms (#2231)
This commit is contained in:
parent
292a9c3722
commit
aa54444e33
@ -23,7 +23,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
|
|||||||
plugin: 'cordova-plugin-splashscreen',
|
plugin: 'cordova-plugin-splashscreen',
|
||||||
pluginRef: 'navigator.splashscreen',
|
pluginRef: 'navigator.splashscreen',
|
||||||
repo: 'https://github.com/apache/cordova-plugin-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()
|
@Injectable()
|
||||||
export class SplashScreen extends IonicNativePlugin {
|
export class SplashScreen extends IonicNativePlugin {
|
||||||
|
Loading…
Reference in New Issue
Block a user