Closed FarisArmoush closed 12 months ago
If you read the documentation, you will see that Android 12 and later do not support creating a splash screen with a full screen or background image. This is a limitation of Android, not this package.
If you read the documentation, you will see that Android 12 and later do not support creating a splash screen with a full screen or background image. This is a limitation of Android, not this package.
What can I do to fix this?
What can I do to fix this?
You have to work within the constraints of the operating system. So in Android 12 and later, you need to build a splash screen that consists of a colored background and an image that fits within a circle in the center of the screen. Have you read the documentation?
What can I do to fix this?
You have to work within the constraints of the operating system. So in Android 12 and later, you need to build a splash screen that consists of a colored background and an image that fits within a circle in the center of the screen. Have you read the documentation?
I have read the documentation but I was asking to check if there is a way around it.
Is your feature request related to a problem? Please describe. i added the package and here is the configuration below, the problem is the following, it works great on iOS devices, but on android the image is cropped into a circle in the middle if the screen.
Describe the solution you'd like my intended behavior is for the image to look on android exactly as it looks on iOS (images below)
Additional context I have tried all of the
android_gravity
properties and absolutely nothing changed.