set navigationBar theme and statusBar theme not working anymore
See original GitHub issueChange the navigationBar or statusBar theme no longer works
const{statusBar, navigationBar, Button, contentView} = require("tabris");
statusBar.theme = 'light';
navigationBar.theme = "light";
new Button({centerY:0, centerX:0, text:"click me", background:"blue"})
.onTap(()=>{
statusBar.theme = "dark";
navigationBar.theme = "dark";
}).appendTo(contentView);
- Tabris.js version: 3.5
- Device: Huawei P10 lite
- OS: Android 8
Code snippet
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to change the status bar color in Android? - Stack Overflow
Android 5.0 Lollipop introduced Material Design theme which automatically colors the status bar based on the colorPrimaryDark value of the theme.
Read more >barTintColor not working in iOS 15 | Apple Developer Forums
Hi,. When I run the following code in application(_ :didFinishLaunchingWithOptions) in iOS 15, the bar color turns transparent (thus, showing the black ...
Read more >How to Change the Color of Status Bar in an Android App?
Method 1: Creating a New Theme. You can follow this method in apps that are built with Kotlin or Java. It will work...
Read more >Change System Bar Colors in your App | Android Studio Tutorial
My Online Courses ⭐Discount Coupon: LAUNCH-STEVDZA-SANhttps://stevdza-san.com Wanna become a member?
Read more >Change nav bar color. - OnePlus Community
First, you change the Notification bar (yes the Notification, not the Navigation bar) to transparent in Nova Settings > Look & feel /...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It works, thank you
ok i will do that this night and i will let you know