add readerpaging and readermenu touch support

This commit is contained in:
Qingping Hou
2012-11-11 15:24:11 +08:00
parent 04942f9d94
commit d4e5b4cb06
4 changed files with 106 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ else
DEBUG = function() end
end
if Device.isKindle4() then
if Device.isKindle4() or Device:isTouchDevice() then
-- remove menu item shortcut for K4
Menu.is_enable_shortcut = false
end