readermenu(fix): override pan gesture from scrolling

This commit is contained in:
Qingping Hou
2017-04-23 23:33:12 -07:00
committed by Frans de Jonge
parent 1850ebca0d
commit 55ec64a859
3 changed files with 12 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ FOLLOW_LINK_TIMEOUT = 0.5
-- y: y coordinate of top left corner in proportion of screen height
-- w: width of tap zone in proportion of screen width
-- h: height of tap zone in proportion of screen height
DTAP_ZONE_MENU = {x = 1/8, y = 0, w = 3/4, h = 1/4}
DTAP_ZONE_MENU = {x = 1/8, y = 0, w = 3/4, h = 1/8}
DTAP_ZONE_CONFIG = {x = 0, y = 0, w = 0, h = 0}
DTAP_ZONE_MINIBAR = {x = 0, y = 15/16, w = 1, h = 1/16}
DTAP_ZONE_FORWARD = {x = 1/4, y = 0, w = 3/4, h = 1}