@Xwang: indeed a weird issue.
The app starts in "nosensor" mode. See
https://github.com/koreader/android-...t/base.xml#L35
That way we can use a single APK for android, android TV and ChromeOS.
Quote:
Originally Posted by Xwang
On the tablet it is always in landscape mode and if I try to rotate 90 degree to have a portrait mode, it rotates 180° to the opposite landscape.
|
Probably the code in
https://github.com/koreader/android-...y.kt#L327-L334 is broken for devices that support HW rotation and their default rotation is landscape. Sadly both chromeOS and androidTv lack HW rotation, so this bug went unnoticed.
Quote:
Originally Posted by Xwang
I've installed it to see if it can keep two or more android devices synced, but even if it is possible, this issue stop me from using it.
|
You're very welcome to open a ticket in
https://github.com/koreader/koreader/issues and attaching logs there. Keep in mind that you'll need to be available to test changes and all that jazz. So it is up to you
The same for other users that trigger a bug like that or any other bug that is highly device dependant.
If you're just testing the app I would suggest to try other alternatives first. After all we're the weird application here and the others, all native apps, should behave just fine without requiring you to spend time help us debugging.