The
Best Portrait / Vertical / Cocktail Themes? had me thinking about making my flavors theme more compatible with vertical orientation.
I am having a few issues and have some concerns.
- When I rotate a layout, it seems as if the layout was rendered horizontally, rotated, and then squeezed. This is most notable with text. It looks squished.
- Scan lines applied to the shader remain in the same direction. Thank god. I just have to adjust my texture sizes for the new orientation. Already added a function for that to my helpers module.
- Rotation can be changed on the fly. My shader needs to be updated with the new texture size. There is no „transition" to new orientation. Right now the only way I can do it is if the layout is reloaded via restarting the app or using my Debug plugin and doing it with a keypress. Am I missing something?