How to create animated splash screen in android TWA( trusted web activity )

292 Views Asked by At

I am trying to create animated splash screen using TWA in android studio.

I can attach only PNG, JPEG file but not able to attach GIF file. And not able to customize splash screen.

1

There are 1 best solutions below

0
On

The Trusted Web Activity Splash Screen doesn't support animations (AnimationDrawable). Animated GIFs are not supported natively on Android.

Slightly related, there's an open issue on supporting SVGs and 9patch images.