smastrom / vue-collapsed

🏋️‍♂️ CSS height transition from any to auto and vice versa for Vue and Nuxt. Accordion ready.
https://vue-collapsed.pages.dev
MIT License
123 stars 8 forks source link

Does not work for iOS #16

Closed Lamerchun closed 9 months ago

smastrom commented 9 months ago

Hi @Lamerchun, I suspect your issue is not related with this package as I have no probems expanding/collapsing all the examples of demo website with my iPhone.

Anyways, I'm happy to help you out if you can provide me some sort of reproduction on StackBlitz or CodeSandbox.

Lamerchun commented 9 months ago

Hi,

Thank you so much for the quick response.

I am using iPhone 14 Pro with the latest iOS.

On your demo page collapsing works. But it is not animated as it should. Using mac os, with works and animation is smooth.

Hope it helps you finding the issue. I would love to use your package.

KR Tuan

Von meinem iPhone gesendet

Am 12.09.2023 um 23:12 schrieb Simone Mastromattei @.***>:



Hi @Lamerchunhttps://github.com/Lamerchun, I suspect your issue is not related with this package as I have no probems expanding/collapsing all the examples of demo websitehttps://vue-collapsed.netlify.app with my iPhone.

Anyways, I'm happy to help you out if you can provide me some sort of reproduction on StackBlitzhttps://stackblitz.com or CodeSandboxhttps://codesandbox.io.

— Reply to this email directly, view it on GitHubhttps://github.com/smastrom/vue-collapsed/issues/16#issuecomment-1716448829, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA2TH2LSG5BZX6TCXSLRTFDX2DF4VANCNFSM6AAAAAA4VMRY7A. You are receiving this because you were mentioned.Message ID: @.***>

smastrom commented 9 months ago

If the animation is laggy, that's maybe because you have Low Power Mode enabled?

Lamerchun commented 9 months ago

There is no animation at all. I have 23% and power plugged right now. Will try it later again. Works on my iPhone 8 though.

Btw. is it possible to male the animation horizontally from width 0 to auto?

smastrom commented 9 months ago

If the expand/collapse works but you see no transition, that's maybe because you have enabled reduced motion?

Lamerchun commented 9 months ago

Ah yes. This is true. Didnt know this is supported. Great! Thanks

Lamerchun commented 9 months ago

Works when disabled motion reduction. 👍🏻