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:
@@ -23,7 +23,7 @@ local ReaderRolling = InputContainer:new{
|
||||
}
|
||||
|
||||
function ReaderRolling:init()
|
||||
if Device:hasKeyboard() then
|
||||
if Device:hasKeyboard() or Device:hasKeys() then
|
||||
self.key_events = {
|
||||
GotoNextView = {
|
||||
{ Input.group.PgFwd },
|
||||
|
||||
Reference in New Issue
Block a user