statusbar Questions

3

Solved

I'm writing an application using react-native, and I'm trying to show content behind status and navigation bars. I managed to solve this issue by adding some code styles.xml. This managed to solve ...
Datestamp asked 2/2, 2022 at 23:5

5

I'm using NuxtJS with a capacitor. The top status bar on an IOS device is overlapping while we scroll. I also added "ios": {"contentInset": "always"} in capacitor.conf...
Dismissal asked 11/10, 2022 at 12:12

6

Solved

I am in the process of creating a Java app and would like to have a bar on the bottom of the app, in which I display a text bar and a status (progress) bar. Only I can't seem to find the control i...
Egalitarian asked 14/6, 2010 at 8:34

6

I'm trying to change the color of the title and the icons of the status-bar to be black. so, according to the react-native status-bar documentation, I set the barStyle to dark-content but nothing c...
Barreto asked 18/1, 2020 at 22:57

41

Solved

I've searched the documentation but only found this: Link. Which is used to make the bar translucent? What I'm trying to do is to make the status bar completely transparent (as shown in the image b...
Writeoff asked 27/3, 2015 at 22:15

4

Solved

I was trying to change the color of the statusBar on my react-native app. I am working with expo and on their documentation they are just specifying to add : "androidStatusBar": { "backgroundColo...
Willettewilley asked 12/1, 2018 at 17:7

12

Solved

I am trying to create a button where I can hide or show the status bar on my tablet. I've put in the onCreate getWindow().addFlags(WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN); getWindow().a...
Eat asked 25/11, 2011 at 18:51

9

Solved

How do you hide the status bar for iOS or Android when developing with React Native? I've imported StatusBar, but I believe there is also StatusBarIOS and a StatusBar for Android.
Simonasimonds asked 23/3, 2016 at 18:49

10

Does anyone know a way to make Android Status Bar transparent with React Native? NOT TRANSLUCENT, Transparent. I am using react-navigation too.
Witkowski asked 20/9, 2018 at 14:27

61

Solved

My application has a dark background, but in iOS 7 the status bar became transparent. So I can't see anything there, only the green battery indicator in the corner. How can I change the status bar ...
Rodman asked 16/7, 2013 at 14:11

2

Solved

This is the code I use to detect when the Keyboard Height changes. Only the problem is that the Statur Bar color disappears and turns white when this code runs. ViewCompat.setOnApplyWindowInsetsLis...
Multiflorous asked 27/1, 2023 at 12:52

2

Solved

In earlier versions of Visual Studio the current line / column were displayed in the status bar. In Visual Studio 2019 they've vanished. Can anyone tell me how to find the line / column number of...
Johore asked 10/1, 2020 at 16:20

6

Solved

I want to hide the status bar in SwiftUI. I have try the method "statusBar(hidden: true)", but it doesn't work. Is there any solution to make it in SwiftUI. the demo code as below: var body: some...
Dished asked 5/7, 2019 at 4:50

4

Solved

Since Applying the backgroundColor props to StatusBar component doesn't get applied On IOS. I need to set the background colour of SafeAreaView to get the effect i want, it works fine but on iPhone...
Eudoxia asked 24/1, 2019 at 18:11

5

Solved

New to WPF & I have the following XAML <Window x:Class="Wpf.RossKiosk.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w...
Nicotiana asked 23/4, 2013 at 15:27

10

Solved

My navigation bar has a white backgroundColor and my status bar uses the dark textColor. When a user changes the iOS theme to Dark Mode, the status bar changes to white text on a white background. ...
Complainant asked 15/8, 2019 at 23:15

11

How can I find the height of the status bar on Android through React Native? If I check the React.Dimensions height the value seems to include the status bar height too but I'm trying to find the ...
Foray asked 16/2, 2016 at 15:34

6

Solved

When using large titles and tapping the status bar to scroll to the top of a UIScrollView or UITableView (probably also UICollectionView, haven't tested this) it always goes a little too far. I ha...
Sawyer asked 31/5, 2018 at 13:14

16

Solved

In XCode 7.3.x ill changed the background Color for my StatusBar with: func setStatusBarBackgroundColor(color: UIColor) { guard let statusBar = UIApplication.sharedApplication().valueForKey("statu...
Frey asked 1/10, 2016 at 2:28

3

Solved

How can I archive this? from tqdm import tqdm for link in tqdm(links): try: #Do Some Stff except: pass print("Done:") Result: 100%|██████████████████████████████████████████████████████...
Before asked 27/5, 2020 at 16:46

1

Knowing that using just a Scaffold as top of our widget tree will give us a PrimaryScrollController which results in a tap on status bar on iOS to automatically scroll to top, how you achieve it wi...
Sarmiento asked 19/10, 2019 at 3:19

10

Solved

How to update color for status bar icon without any third party plugin ? in my theme class I have a function in which i am trying below code but not results achieved as of yet: CODE FOR THEME AS ...
Orelie asked 18/9, 2019 at 14:58

3

After upgrading to Xcode 14.1 on macOS 13.0.1 the command for changing my status bar on the simulator doesn't work anymore. The terminal seems to get the booted device, because the command xcrun si...
Coincidentally asked 20/11, 2022 at 9:43

14

Solved

I just got started with React Native for Android, and I'm trying to figure out if there's a way to change the status bar color for Android... Like this?
Disserve asked 23/9, 2015 at 22:2

9

Is there anyway to prevent users from sliding the status bar (expand) or collapsing back? I'm trying out a lockscreen replacement and seems like it's a must-have feature. Is there any possible wa...
Kerley asked 17/9, 2011 at 20:57

© 2022 - 2025 — McMap. All rights reserved.