Fix scroll with swipe in scrollhtmlwidget (#3586)

pull/3587/head
poire-z 6 years ago committed by Frans de Jonge
parent 91092c442d
commit 30200b516f

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

Loading…
Cancel
Save