mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix scroll with swipe in scrollhtmlwidget (#3586)
This commit is contained in:
@@ -57,7 +57,7 @@ function ScrollHtmlWidget:init()
|
||||
|
||||
if Device:isTouchDevice() then
|
||||
self.ges_events = {
|
||||
SwipeScrollText = {
|
||||
ScrollText = {
|
||||
GestureRange:new{
|
||||
ges = "swipe",
|
||||
range = function() return self.dimen end,
|
||||
|
||||
Reference in New Issue
Block a user