mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2026-06-04 00:00:20 +08:00
Implement StatusBar.isVisible
This commit is contained in:
@@ -21,7 +21,7 @@ Methods
|
||||
Properties
|
||||
--------
|
||||
|
||||
- StatusBar.isVisible (TODO: not implemented yet)
|
||||
- StatusBar.isVisible
|
||||
|
||||
Permissions
|
||||
-----------
|
||||
@@ -144,6 +144,21 @@ Supported Platforms
|
||||
|
||||
- iOS
|
||||
|
||||
StatusBar.isVisible
|
||||
=================
|
||||
|
||||
Read this property to see if the statusbar is visible or not.
|
||||
|
||||
if (StatusBar.isVisible) {
|
||||
// do something
|
||||
}
|
||||
|
||||
|
||||
Supported Platforms
|
||||
-------------------
|
||||
|
||||
- iOS
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user