We are using the Cordova Splash Lottie Animations Plugin in our Mobile app in combination with the Swift Support Plugin.
In Android everything works as we expect it to, it shows the Lottie animation.But in iOS it seems to skip the animation completely, it goes right to the loading screen of our application.Maybe we miss something in the configuration, I can confirm that all items in the Extensibility Configurations are present.
Hello
take a look at this document I believe it will help you
https://success.outsystems.com/documentation/11/extensibility_and_integration/mobile_plugins/using_cordova_plugins/https://www.outsystems.com/forge/component-overview/1558/inappbrowser-plugin-o11
Hi @Aranka van der Zwaard ,
Thanks for your feedback. We've thoroughly tested it on both Android and iOS with good results.
Have you added this to the Extensibility Configurations?
"ios": [
{
"name": "UseSwiftLanguageVersion",
"value": "5.5"
}
]
Otherwise please provide more information about both your project and the device you're testing in.
Thank you.
Hi @Vanguard Labs,
I had added your mentioned information in the Extensibility Configurations to use this plugin in the IOS preferences.We also have a dependency with SwiftSupportPlugin but the ReferenceAction we call is empty, not sure if the problem is there?For testing we use an iPhone SE, iOS 17.2.1Using the generated IPA of the application.
Hi @Vanguard Labs ,
A important detail to might add is that we are using Mabs 10 because the older version will not be supported anymore in May.
This might have affected it?Please let me know if you are able to help me.
Hi @Aranka van der Zwaard .
Thanks for reaching out.
We did another round of tests. This is a description of what we did:
All our tests were successful, both in Android and iOS. We were able to get the animation working as expected in all our tests.
Here are some things we suggest you to try:
This is a list of the iOS devices we tested on:
Best regards.