Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swipe left to right to previous page freezes app #281

Open
VitaliyKamalin opened this issue Jul 5, 2020 · 2 comments
Open

swipe left to right to previous page freezes app #281

VitaliyKamalin opened this issue Jul 5, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@VitaliyKamalin
Copy link

VitaliyKamalin commented Jul 5, 2020

Swipe "left to right to the previous page" freezes the application.
The point is not to completely flip through the previous page, but only a little, and then “change your mind”.

This happens, eg, when you scroll a long list and instead of scrolling down by mistake, scroll right and the page starts returning to the previous page. You cancel the animation to stay on this page and the application freezes.

Open any list with items in the catalog, swipe a bit to the right from the left side of the screen and release. It also works on emulators.

A very annoying mistake in using the application. Sorry for my English. I hope I clearly explained, because I do not know how to attach a video or photo here.

@Dimillian
Copy link
Owner

You perfectly describe the problem :) this is a known issue with SwiftUI and I hope it’ll be resolved by the time the 2.0 version come out with iOS 14 in September. Thanks!

@Dimillian Dimillian added the bug Something isn't working label Jul 5, 2020
@emcro
Copy link
Contributor

emcro commented Jul 8, 2020

@Dimillian I can confirm it IS fixed in iOS 14 but you have to move away from the now deprecated navigiationBar leading/trailing buttons and use the new toolbar instead (still set to leading and trailing though). Thank goodness! I'll do a PR for that one this week to put that one behind us (though B2 has a bug where those don't appear in modals now, but shouldn't affect this app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants