swift-toolkit
swift-toolkit copied to clipboard
Bookshelf / library layout is not always correctly rendered
Layout of the bookshelf collection view is not correct when changing orientation in another tab:
- Open the app in portrait mode
- Navigate to the OPDS or About section
- Rotate the device to landspace mode
- Navigate back to the Bookshelf section
Publication's cover images must appears bigger, but it's not the case. Still working fine if both orientation changes occur on the bookshelf tab.
This is still happening, and I found another similar bug:
- Open the bookshelf in portrait mode, covers are in the "small" dimension
- Rotate to landscape, covers are still in the "small" dimension
- Rotate back to portrait, now covers are in the "big" dimension
However, do we really want to handle that kind of features in a test app? I would keep it simple and just have a single dimension in the bookshelf. cc @aferditamuriqi @llemeurfr
I have experienced that also. I agree that as a test app, we don't have to spend too much time on advanced UI issues. Therefore if keeping only the small size images simplifies the maintenance of the testapp, I agree with such simplification.