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
On iOS, when swiping back to return to the previous page, the Ionic back animation fires while you are still dragging back, causing multiple animations to perform at once. This is a native feature of iOS Safari so it should be disabled through Ionic or React Router.
The text was updated successfully, but these errors were encountered:
I'm able to repro this too. Admittedly I'm using a more-or-less-from-scratch reimplementation of this framework that uses proper Redux and functional components, but it's more or less the same skeleton with the same web components and DOM tree. You can see it at https://azbs-app-dev.azurewebsites.net by looking at any session detail or any handbook detail page.
Hi there, great work on this demo.
On iOS, when swiping back to return to the previous page, the Ionic back animation fires while you are still dragging back, causing multiple animations to perform at once. This is a native feature of iOS Safari so it should be disabled through Ionic or React Router.
The text was updated successfully, but these errors were encountered: