The app cannot detect window size changes

I can confirm this issue. Also, the left-most sidebar can’t be collapsed with the hamburger button, and scaling doesn’t work well when resizing the window with Stage Manager:

1 Like

Hi @J_N

Thanks for reporting.
These recent regressions are mostly from migrating to the new architecture of the React Native framework :smiling_face_with_tear:

I found a bug in the framework and reported:

I hope they will fix it soon!

1 Like

Found a workaround that can avoid the framework bug mentioned above.

Released v5.6.5:

Thanks again for reporting!

1 Like

Cool. Works as expected. There seems to be a flicker when changing notes: it’s like the old note remains on screen for a split second before the selected one appears, and it looks like it’s designed that way; the old note seems to sweep upwards to reveal the selected one. Anyway, a minor thing, the main thing is that it works now :slight_smile:

1 Like

Yeah, the layout transition may have a flicker at the moment, which is hard to solve.
Thanks for the feedback!