@rstoenescu I currently have a unique QHeader
in each page, as they are quite different between the pages (e.g. some headers have a button, some two, some none, etc…). That in itself works fine.
The problem I encountered is on the single page I don’t have a QHeader
: the transition doesn’t really work, as I tried to describe in my first post in this thread. It’s very easy to reproduce on a Capacitor app, as per my explanation in that post. That’s why I asked about transitions and if I’m maybe using them wrong.
Because of that issue, I have currently disabled all transitions in my app.
(Regardless, thank you for your awesome framework! I only discovered Quasar recently, and settled on it after having tried and discarded several other frameworks over the course of several weeks of testing.)