If animations not work in iOS follow below steps :
Just install web-animations-js by using below command :
$ npm install –save web-animations-js
Put below code in your TS file :
import ‘web-animations-js/web-animations.min’;
To install third party library you can follow steps from below post :
https://allexperts16.blogspot.com/2018/06/adding-third-party-library-in-ionic-2.html
No comments:
Post a Comment