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
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.
The text was updated successfully, but these errors were encountered:
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 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).
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.
The text was updated successfully, but these errors were encountered: