cordova-plugin-lottie-splashscreen icon indicating copy to clipboard operation
cordova-plugin-lottie-splashscreen copied to clipboard

🐣 🎬 📱 Apache Cordova plugin to show Lottie animations as the splash screen with Airbnb's Lottie wrapper

Results 37 cordova-plugin-lottie-splashscreen issues
Sort by recently updated
recently updated
newest added

# Bug report Installed the plugin with npm i cordova-plugin-lottie-splashscreen (following this tutorial: https://ionicacademy.com/capacitor-lottie-splash/) and then wanted to run on ios: `ionic cap run ios` (same with `npx cap update`...

# Bug report On android the background of the splash screen hides noticeable before the animation. I recorded an screencast: ![Bildschirmvideo aufnehmen 2020-02-06 um 18 31 25_2](https://user-images.githubusercontent.com/35146235/73963922-830a8d80-4911-11ea-9c9d-3a6196b4b36d.gif) ## What steps...

bug
android

Hi Would like to check for Android 12, there's currently a default splash screen generated by android. Would there by any workaround to disable it? Or could we control the...

> w: /home/runner/work/cordova-plugin-lottie-splashscreen/cordova-plugin-lottie-splashscreen/lottie-smoke-test/platforms/android/app/src/main/kotlin/de/dustplanet/cordova/lottie/LottieSplashScreen.kt: (214, 15): 'toUpperCase(Locale): String' is deprecated. Use uppercase() instead.

# Bug report ## What steps will reproduce the problem? - Install the dependencies in a React Ionic with Capacitor project. ```bash $ npm install cordova-plugin-lottie-splashscreen $ npm install @awesome-cordova-plugins/lottie-splash-screen...

bug
ios

# Bug report ## What steps will reproduce the problem? Using the Ionic project with the [Lottie SplashScreen](https://ionicframework.com/docs/native/lottie-splash-screen), build the application for Android and run it on two different mobile...

# Bug report ## What steps will reproduce the problem? In Android, call hide event after listening to 'lottieAnimationEnd' event by using lottie.splashscreen.once ## Expected output Splash screen hides just...

Hi there, When generating my apk, the splashcreen color wasn't showing correctly. Then, following the FAQ, I added the --keep-raw-values option and everything worked fine. The problem is when generating...

# Bug report I am trying to add your excellent plugin to my Ionic 4 project. The project is building fine before hand. But I have made some changes as...