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
Usability enhancement for navigation: Instead of pressing the „back“ button in the top left, I‘d find it more convenient to swipe the screen to the right to jump back.
The text was updated successfully, but these errors were encountered:
Ok. just updated the old branch to latest master and remembered why...
The issue is that the standard Qt PageStack can't do this and more importantly, the default animation of the PageStack does not work with this as it uses a fading animation
While I've been able to implement the functionality and attach that to the page stack, it would require to manually define the animation to be a solid sliding (at least in the beginning, could add some fading later). After playing with it for a while, I couldn't find something I was happy with.
anyhow, if someone wants to give it a try, the code in that branch still works.
Usability enhancement for navigation: Instead of pressing the „back“ button in the top left, I‘d find it more convenient to swipe the screen to the right to jump back.
The text was updated successfully, but these errors were encountered: