ACHNBrowserUI icon indicating copy to clipboard operation
ACHNBrowserUI copied to clipboard

swipe left to right to previous page freezes app

Open VitaliyKamalin opened this issue 4 years ago • 2 comments

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.

VitaliyKamalin avatar Jul 05 '20 10:07 VitaliyKamalin

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 avatar Jul 05 '20 11:07 Dimillian

@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).

emcro avatar Jul 08 '20 19:07 emcro