Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS : if Splashscreen is not set, Status Bar is always visible #18885

Closed
monsieurmax opened this issue Nov 19, 2023 · 2 comments
Closed

iOS : if Splashscreen is not set, Status Bar is always visible #18885

monsieurmax opened this issue Nov 19, 2023 · 2 comments
Labels
area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer platform/iOS 🍎 s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working

Comments

@monsieurmax
Copy link

Description

Hello,

here's a bug that puzzled me for a while.
On iOS, for an app requesting to hide status bar in info.plist, If no splashscreen is set inside csproj, then the statusbar is always visible.
Setting a splashscreen is giving the expected result

Testing on iPhone 12 SE - iOS 16.7
Not reproducible on all devices.

Steps to Reproduce

  1. Create a new dotnet 8 MAUI app for ios
  2. Edit the Info.plist to allow fullscreen and hidden status bar :
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
  1. Edit csproj by commenting the line that define the default splashscreen

Link to public reproduction project repository

No response

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 16.7

Did you find any workaround?

I set an empty splashscreen

Relevant log output

No response

@monsieurmax monsieurmax added the t/bug Something isn't working label Nov 19, 2023
@jsuarezruiz jsuarezruiz added area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer platform/iOS 🍎 s/needs-repro Attach a solution or code which reproduces the issue labels Nov 20, 2023
@ghost
Copy link

ghost commented Nov 20, 2023

Hi @monsieurmax. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@ghost ghost added the s/no-recent-activity Issue has had no recent activity label Nov 24, 2023
@ghost
Copy link

ghost commented Nov 24, 2023

This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

@ghost ghost closed this as completed Nov 27, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2023
@ghost ghost removed the s/no-recent-activity Issue has had no recent activity label Dec 28, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer platform/iOS 🍎 s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants