Fix scroll with swipe in scrollhtmlwidget (#3586)

This commit is contained in:
poire-z
2018-01-09 21:37:50 +01:00
committed by Frans de Jonge
parent 91092c442d
commit 30200b516f

View File

@@ -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,