Can ZIM have an auto lock when app must be locked landscape

I have apps that need to enable lock landscape modus
Check the idea to integrate in ZIM open source
https://github.com/tuyafeng/OrientationLock

When using an Android tablet, you might find that some applications do not support landscape mode or specific orientations. This was quite troublesome for me. I tried several screen orientation locking apps available on the market, but they were overloaded with features. I simply needed an app to lock the screen orientation, so I decided to create one myself.

The principle behind locking the screen orientation is very simple: it involves using a floating window to render a view in a specified orientation. This is just a straightforward application, and I wanted to keep it lightweight. Therefore, I implemented it using native methods without any third-party libraries. Pretty cool, isn’t it?

Thx

Thanks for the link. We are not going to do anything here at ZIM to support locking orientation. That is up to the PWA folks with their manifest to figure out with mobile companies. Or if you want, you can try a third party software like the link you provided. Cheers.