ionic-team / ionic-react-conference-app

The Ionic Conference Demo App - Now in React

Home Page:https://ionic-react-conference-app.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with iOS swipe back gesture

chroline opened this issue · comments

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.

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.

This appears to be a duplicate of #26 and therefore a duplicate of ionic-team/ionic-framework#20904