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

MAUI Splash screen BaseSize Hight/Width swapped/incorrect for iOS #2755

Open
stephenwelsh opened this issue Jan 30, 2025 · 1 comment
Open
Labels
dotnet-maui/subsvc dotnet-mobile/svc Pri1 High priority, do before Pri2 and Pri3 ⌚ Not Triaged Not triaged

Comments

@stephenwelsh
Copy link

stephenwelsh commented Jan 30, 2025

Type of issue

Typo

Description

On iOS the order of hight and width is swapped, i.e BaseSize="H,W" on iOS

The base size is specified with the `BaseSize="W,H"` attribute, where `W` is the width of the image and `H` is the height of the image. The following example sets the base size:

Page URL

https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/splashscreen?view=net-maui-9.0&tabs=android

Content source URL

https://github.com/dotnet/docs-maui/blob/main/docs/user-interface/images/splashscreen.md

Document Version Independent Id

44323c6e-d65c-b254-ee3c-cd9415bdf3bc

Article author

@davidbritch

Metadata

  • ID: 44323c6e-d65c-b254-ee3c-cd9415bdf3bc
  • Service: dotnet-mobile
  • Sub-service: dotnet-maui

Related Issues

@dotnetrepoman dotnetrepoman bot added the ⌚ Not Triaged Not triaged label Jan 30, 2025
@issues-automation issues-automation bot added dotnet-maui/subsvc dotnet-mobile/svc Pri1 High priority, do before Pri2 and Pri3 labels Jan 30, 2025
@davidbritch
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-maui/subsvc dotnet-mobile/svc Pri1 High priority, do before Pri2 and Pri3 ⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

2 participants