mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(statusbar): add platforms and usage
This commit is contained in:
parent
a3cfdea9da
commit
2f38256bcd
@ -13,18 +13,19 @@ declare var window;
|
||||
* ```ts
|
||||
* import {StatusBar} from 'ionic-native';
|
||||
*
|
||||
* ...
|
||||
*
|
||||
* StatuBar.overlaysWebView(true); // let status var overlay webview
|
||||
*
|
||||
* StatuBar.overlaysWebView(true);
|
||||
*
|
||||
* StatusBar.
|
||||
* StatusBar.backgroundColorByHexString('#ffffff'); // set status bar to white
|
||||
* ```
|
||||
*
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-statusbar',
|
||||
pluginRef: 'StatusBar',
|
||||
repo: 'https://github.com/apache/cordova-plugin-statusbar'
|
||||
repo: 'https://github.com/apache/cordova-plugin-statusbar',
|
||||
platforms: ['iOS', 'Android', 'Windows Phone 8', 'Windows 8', 'Windows 10']
|
||||
})
|
||||
export class StatusBar {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user