[Vuejs]-Accordion animation is really slow in iOS Framework7-vue app

0👍

Resolved the issue by removing the framework7-vue component for accordion and replacing it with the standart framework7 html accordion component.

It seems that iOS does not like framework7-vue components.
Hope this will be helpful to someone.
Cheers.

Leave a comment