mirror of
https://github.com/koreader/koreader.git
synced 2025-12-24 12:14:05 +01:00
register swipe diagonal gesture range to screenshot
for non-multitouch devices This PR is intended to substitude #652 which needs tweaking double tap zone for screenshot.
This commit is contained in:
@@ -188,7 +188,6 @@ function ReaderRolling:onSwipe(arg, ges)
|
||||
elseif ges.direction == "east" or ges.direction == "south" then
|
||||
self:onGotoViewRel(-1)
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
function ReaderRolling:onPan(arg, ges)
|
||||
|
||||
Reference in New Issue
Block a user