We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading to iOS 15 causes this error and breaks my app. Works fine in iOS 14 and below. Also seems to work ok in desktop safari for big Sur.
iOS 15 using an Ionic / Angular app.
⚡️ [error] - ERROR Error: Uncaught (in promise): Error: The animation trigger "flipOnEnter" has failed to build due to the following errors:
May be related to: https://stackoverflow.com/questions/42744573/backface-visibility-not-working-in-safari
The text was updated successfully, but these errors were encountered:
Same here. Doesn't work on IOS 15. App is completely broken. Applicable for certain animations only such as flipOn...
Sorry, something went wrong.
Same problem for me. Please provide a fix for it, thank you.
disable card animation because breaks everything on iOS 15 due to fil…
7783c7c
…ipows/angular-animations#103
Same here, simply open the demo using safari of iOS 15 and the whole site is broken (I use flip)
animate.css works fine, its only here? Any work around?
animate.css
Adding the prefix -webkit- seems to solve the issue! so make it -webkit-backface-visibility The previous version of safari seems to be fine with that as well (tried 12.4), not sure if there is a way to add both into the library? https://github.com/filipows/angular-animations/blob/master/lib/flippers/flip.animation.ts Do you want a PR?
-webkit-
-webkit-backface-visibility
No branches or pull requests
Upgrading to iOS 15 causes this error and breaks my app. Works fine in iOS 14 and below.
Also seems to work ok in desktop safari for big Sur.
iOS 15 using an Ionic / Angular app.
⚡️ [error] - ERROR Error: Uncaught (in promise): Error: The animation trigger "flipOnEnter" has failed to build due to the following errors:
May be related to:
https://stackoverflow.com/questions/42744573/backface-visibility-not-working-in-safari
The text was updated successfully, but these errors were encountered: