Quote:
Originally Posted by fbrzvnrnd
Thank you for the answer!
|
You're welcome.
FWIW implementing basic split mode shouldn't be too hard with the code as is in KOReader.
Long time ago this, or hw rotation, were blocked as the app was hardcoded to work in portrait mode only. Since then @yparitcher fixed these limitations and now is possible to run KOReader in very questionable platforms, like Android TV, the raspberry pi framebuffer or Chrome OS.
In android devices the main blocker is just that, when multiwindow mode is enabled, part of the canvas stays behind the status bar. Somebody bothered enough with this should be able to fix it with some android SDK knowledge, without touching KO code. At least this is what I hope.