Fixed
Status Update
Comments
ba...@google.com <ba...@google.com>
ba...@google.com <ba...@google.com> #2
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
lb...@gmail.com <lb...@gmail.com> #3
@2 It's a bit of a duplicate of here:
https://issuetracker.google.com/issues/206630113
Just I forgot I wrote about this already.
Yet here, however, I wrote that it happens in another case.
You can merge the 2 reports if you wish.
Just I forgot I wrote about this already.
Yet here, however, I wrote that it happens in another case.
You can merge the 2 reports if you wish.
ba...@google.com <ba...@google.com> #4
The issue has been fixed and it will become available in a future Android release.
lb...@gmail.com <lb...@gmail.com> #5
@4 Meaning Android 12L ? Or Android 13?
sh...@gmail.com <sh...@gmail.com> #6
Splash api icon not animating below Android 12.
Also no branding image available below Android 12
ni...@gmail.com <ni...@gmail.com> #7
Thank you for fixing the bug, but what does it mean "in a future Android release"?
Won't the fix be available in an upcoming release of the androidx.core:core-splashscreen library?
Won't the fix be available in an upcoming release of the androidx.core:core-splashscreen library?
ze...@gmail.com <ze...@gmail.com> #8
I'm experiencing this bug, has the release with this fix available yet?
ja...@gmail.com <ja...@gmail.com> #9
The bug still exists in the latested core-splashscreen...
vi...@gmail.com <vi...@gmail.com> #10
Still we have bug with SplashScreen API
sh...@gmail.com <sh...@gmail.com> #11
The bug still exists with SplashScreen API in Android 12. Kindly push forward a fix.
lb...@gmail.com <lb...@gmail.com> #12
Guys please create a new report about this, and put a link to it so that we can star it.
Google already closed this one and won't read it anymore
Google already closed this one and won't read it anymore
sa...@bytemark.co <sa...@bytemark.co> #13
Comment has been deleted.
sa...@bytemark.co <sa...@bytemark.co> #14
This issue is still present. Please reopen this ticket.
gu...@zte.com.cn <gu...@zte.com.cn> #15
Comment has been deleted.
kw...@visualtouchpos.com <kw...@visualtouchpos.com> #16
This issue is still present. Please reopen this ticket.
fe...@gmail.com <fe...@gmail.com> #17
issue still present on stable API 1.0.0
sq...@gmail.com <sq...@gmail.com> #18
issue still present on stable API 1.0.0,Please reopen this ticket.
al...@gmail.com <al...@gmail.com> #19
issue still present on stable API 1.0.1, why was this ticket marked as fixed?
co...@gmail.com <co...@gmail.com> #20
still broke by the looks of it.
ke...@gmail.com <ke...@gmail.com> #21
We are in Android Studio Flamingo 2022.2.1 Patch 2, using Ionic and Capacitor 5 with Capacitor Splash-screen 5.0.6. What we experience is our splash screen only displays as the middle logo, with some sort of mask cutout over it. This does not occur on the emulator with API 30, but does occur with an emulator with API 33. Only the launch splash screen is affected.
po...@rxgroup.ru <po...@rxgroup.ru> #22
it that problem is fixed? if it's not, why this ticket is marked like Fixed?
Description
1. Choose any app that uses the new splash screen API. You can try the Play Store app, or one you create on your own, such as:
This issue might also exist for apps that didn't handle splash screens at all.
2. Install the app if needed. Force stop it to make sure that splash screen will be shown.
3. Launch the app via any of following ways:
a. IDE (Android Studio)
b. A third party launcher that you've set as default, such as Nova launcher:
c. Via the app-info screen of the app.
Note that only on choice b , it requires you to set the third party launcher as default. For the rest it doesn't matter.
- What happened.
A blank screen is shown with some opaque background color.
- What you think the correct behavior should be.
Should show the splash screen that was defined, including the icon in the middle.
This makes the UX be terrible, and also makes it annoying to develop the splash screen.