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 13, apps freezes when trying to open or close the left menu by pan gesture. Having 100% load on the cpu.
When overwriting the gesture handler, using only openleft() on state .began it works like a charme. What is all the other stuff in handleLeftPanGesture used for? Heavy overload for no effect....
The text was updated successfully, but these errors were encountered:
On iOS 13, apps freezes when trying to open or close the left menu by pan gesture. Having 100% load on the cpu.
When overwriting the gesture handler, using only openleft() on state .began it works like a charme. What is all the other stuff in handleLeftPanGesture used for? Heavy overload for no effect....
The text was updated successfully, but these errors were encountered: