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

[regression/8.0.0-preview.4.8333] The launch screen of the app is not correct on android and iOS target. #15593

Closed
QianaJiao opened this issue Jun 13, 2023 · 2 comments
Assignees
Labels
area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer csi-new i/regression This issue described a confirmed regression on a currently supported version platform/android 🤖 platform/iOS 🍎 t/bug Something isn't working
Milestone

Comments

@QianaJiao
Copy link

Description

The launch screen of the app is not correct on android and iOS target.

Steps to Reproduce

Note: for android target, repro on API-33, not repro on API-31

Steps to reproduce:
Download the project https://github.com/rachelkang/recipeSearch and Locate it.
Execute: dotnet build -t:Run -f net7.0-ios -p:DeviceName=: v2:udid=***** (iPhone 14 Pro Max)
Check the launch screen.
Actual results:
The launch screen of the app is not correct on android and iOS target.

  1. iOS (Mac): the launch screen shows black screen.
    image
  2. Android (XVS): the launch screen displays incomplete.
    image

Expected Result:
The launch screen of the app matches the below screen shots.
image

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Version with bug

8.0.0-preview.4.8333

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android

Affected platform versions

Android(API33) iOS16

Did you find any workaround?

No response

Relevant log output

No response

@PureWeen PureWeen added this to the .NET 8 milestone Jun 13, 2023
@PureWeen PureWeen added i/regression This issue described a confirmed regression on a currently supported version area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer labels Jun 13, 2023
@Redth Redth modified the milestones: .NET 8, .NET 8 GA Jul 12, 2023
@samhouts samhouts changed the title [XVS][VSM][MAUI] The launch screen of the app is not correct on android and iOS target. [regression/8.0.0-preview.4.8333] The launch screen of the app is not correct on android and iOS target. Aug 1, 2023
@dellis1972 dellis1972 self-assigned this Aug 14, 2023
@mattleibow
Copy link
Member

I think there are few things here:

For iOS, what version of Xcode is in use? Are you able to try on another iOS version on the simulator?
There is also this issue which has bit of more info: #14421

I think for iOS, the black splash is an issue with something in the iOS SDK: xamarin/xamarin-macios#18777

For the clipping on Android, this is Google's design and you have to work around it. In newer versions of Android, you are limited to a circle in the middle of the screen, so you have to ensure your image is circle-supporting: #10604

@mattleibow mattleibow marked this as a duplicate of #10604 Aug 21, 2023
@mattleibow mattleibow marked this as a duplicate of #14421 Aug 21, 2023
@mattleibow mattleibow marked this as a duplicate of xamarin/xamarin-macios#18777 Aug 21, 2023
@mattleibow
Copy link
Member

Closing the issue here as this seems to be related to the iOS SDK or something outside the .NET MAUI workflow: xamarin/xamarin-macios#18777

The Android issue is as designed and requires a new splash screen design

@mattleibow mattleibow closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 20, 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 csi-new i/regression This issue described a confirmed regression on a currently supported version platform/android 🤖 platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants