mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Swipe for menu and quickstart guide (#2761)
* Swipe for menu and quickstart guide Because swiping for the menu is a big change from what we're used to, this commit includes a new quickstart guide. Fixes #2608. * add some dev docs * add FileConverter spec * add QuickStart spec * add Version module * add Version spec
This commit is contained in:
@@ -236,10 +236,6 @@ function ReaderFooter:setupTouchZones()
|
||||
handler = function(ges) return self:onTapFooter(ges) end,
|
||||
overrides = {
|
||||
'tap_forward', 'tap_backward',
|
||||
-- NOTE: readermenu_tap override is needed to keep behavior
|
||||
-- consistent with the old code base in case of overlap between
|
||||
-- footer and menu tap zones
|
||||
'readermenu_tap',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user