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

App shell does not fill screen on iOS when no splash screen is added to project. #11951

Closed
DuckScapePhilip opened this issue Dec 8, 2022 · 2 comments · Fixed by #12677
Closed
Assignees
Labels
area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/iOS 🍎 t/bug Something isn't working
Milestone

Comments

@DuckScapePhilip
Copy link

Description

If for whatever reason you remove your splash screen from the .csproj file, then you get some weird behavior where the application no longer fills the screen.

At the very least, if this is required, it should produce some sort of error or warning when compiling.

This is what I removed:

<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />

The app then looks like:
IMG_4258
IMG_4257

Steps to Reproduce

  1. Create new iOS project
  2. Remove the splash screen from the .csproj file
  3. Launch the application

Link to public reproduction project repository

https://github.com/DuckScapePhilip/Bugs/tree/main/MauiAppShellNotFillingScreen

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 16

Did you find any workaround?

Make sure you have a splash screen added.

Relevant log output

No response

@DuckScapePhilip DuckScapePhilip added the t/bug Something isn't working label Dec 8, 2022
@PureWeen PureWeen added the area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer label Dec 8, 2022
@Poppyto
Copy link
Contributor

Poppyto commented Dec 25, 2022

I can confirm the bug

@mattleibow
Copy link
Member

This will be much easier to fix once we merge #12481

@mattleibow mattleibow self-assigned this Jan 15, 2023
mattleibow added a commit that referenced this issue Jan 15, 2023
github-actions bot pushed a commit that referenced this issue Jan 26, 2023
github-actions bot pushed a commit that referenced this issue Jan 26, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 18, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! label Feb 22, 2023
@samhouts samhouts added this to the 8.0-preview1 milestone Feb 22, 2023
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 fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants