You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason animations stop triggering on iOS after the browser or page loses focus (switching apps or tabs) and since its waiting for the transitionend event to execute the show/hide callbacks, it makes all modals stop working.
Tried adding a delay to all animations but it didn't seem to fix the problem.
This is the workaround I ended up implementing: iwano@f0737ae
The text was updated successfully, but these errors were encountered:
For some reason animations stop triggering on iOS after the browser or page loses focus (switching apps or tabs) and since its waiting for the transitionend event to execute the show/hide callbacks, it makes all modals stop working.
Tried adding a delay to all animations but it didn't seem to fix the problem.
This is the workaround I ended up implementing:
iwano@f0737ae
The text was updated successfully, but these errors were encountered: