Quote:
Originally Posted by pazos
Patches welcome to make the UI more complete. In the mean time if you want to have full sensor behaviour you'll need a patch.lua with something like
Code:
local ffi = require("ffi")
local android = require("android")
local C = ffi.C
android.orientation.set(C.ASCREEN_ORIENTATION_FULL_SENSOR)
placed in /sdcard/koreader
|
I've tried to figure out exactly how this information should be included. Do I insert this text between {} in a format such as defaults.custom.lua or is there more to be done?
I tried what I described above with no effect. Some syntactical elements missing? Some other file name? Some?
Edit: See here:
https://www.mobileread.com/forums/sh...47&postcount=5