19 Commits
Author SHA1 Message Date
fandd 1f1ccb5e9d 改回来,如果沉浸式标题栏不好使,请使用cordova-android@^10.1.1 2023-05-17 11:23:48 +08:00
zher52 686b33113f 处理沉浸式状态栏背景不透明的问题 2023-05-16 22:30:39 +08:00
zher52 8fb34774c6 处理有虚拟按键的手机 app底部被遮盖的问题 2019-11-22 15:05:51 +08:00
zher52 022fa3bdad 启动时设置状态栏为沉浸式,避免某些机型沉浸式无效的问题 2019-11-07 13:26:23 +08:00
Max Ruman 3d8cff14bd Merge branch 'master' of https://github.com/apache/cordova-plugin-statusbar 2017-06-22 23:02:36 +02:00
Andrea LazzarottoandJoe Bowser 3f552ed734 CB-10879: Enable overlaysWebView on Android API 21+
This closes #77

This patch enables devices running Android API 21+ to have the status bar overlaying the WebView, i.e. `StatusBar.overlaysWebView(true)`. It lets any Android version call `StatusBar.overlaysWebView(false)` to disable the overlay, which is actually the default behavior on that platform.
2017-04-25 12:05:23 -07:00
Max Ruman dd879140c4 CB-11858: (android) Add StatusBarStyle feature support for Android M+ 2017-04-21 12:55:58 +02:00
olln3andSteve Gill 916cccc2c0 CB-12188 Status Bar is not changing in some specific android phone (Red MI 3s Prime)
This closes #76
2017-02-22 16:46:55 -08:00
Simon MacDonald f2c49454da Plugin uses Android Log class and not Cordova LOG class 2016-08-22 16:52:13 -04:00
Vladimir Kotikov cfce729912 CB-11197 Keep status bar hidden when keyboard pops up
This closes #59
2016-05-24 10:44:00 +03:00
Vladimir Kotikov a4a1065c4f CB-9513 Allow to show/hide status bar in fullscreen mode. This closes #42 2016-01-05 13:37:25 +03:00
Peter Bakondy e8c448100c fix warning message
This change is fix for the following warning message at startup:

W/CordovaPlugin( 6470): Attempted to send a second callback for ID:
StatusBar1091036409
W/CordovaPlugin( 6470): Result was: "Invalid action"
2015-04-20 16:39:10 +02:00
EddyVerbruggen 7f135a46e1 - Use StatusBarBackgroundColor instead of AndroidStatusBarBackgroundColor, and added a quirk to the readme. 2015-02-28 08:59:47 +01:00
EddyVerbruggen 84ee94cb41 - Add support for StatusBar.backgroundColorByHexString (and StatusBar.backgroundColorByName) on Android 5 and up 2015-02-27 22:35:30 +01:00
EddyVerbruggen 43c8c15bf4 Allow setting the statusbar backgroundcolor on Android 2015-02-27 10:29:39 +01:00
Andrew Grieve 92a4eaeab5 android: Fix StatusBar.initialize() not running on UI thread 2014-06-24 12:18:07 -04:00
Darryl PogueandShazron Abdullah 0b0e9d8fc5 CB-6513 - Statusbar plugin for Android is not compiling
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-04-24 14:00:06 -07:00
Andrey KurdyumovandShazron Abdullah a6a4cf473b CB-6314 - Add StatusBar.isVisible support to Android 2014-03-19 18:18:56 -07:00
Andrey KurdyumovandShazron Abdullah 9509848776 Created statusbar version of plugin for Android 2014-02-25 09:59:11 -08:00