mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
the Back key on Android should close the popup window and menu
This commit is contained in:
@@ -25,7 +25,7 @@ local ReaderPaging = InputContainer:new{
|
||||
}
|
||||
|
||||
function ReaderPaging:init()
|
||||
if Device:hasKeyboard() then
|
||||
if Device:hasKeyboard() or Device:hasKeys() then
|
||||
self.key_events = {
|
||||
GotoNextPage = {
|
||||
{Input.group.PgFwd}, doc = "go to next page",
|
||||
|
||||
Reference in New Issue
Block a user