Quote:
Originally Posted by freekobo
That's a good idea. For me I have some training material in epub from work, and some of the screen shots of programs would be nice to make larger, it even says at the beginning of epub to double tap images to make bigger, but unfortunately it doesn't work in Koreader. 
|
Hmm... you could turn doubletap on in Koreader, and maybe an epub that has the coding to respond to double taps on the image coordinates by calling a larger version of the image, perhaps a full screen version, would work.
Open defaults.lua script file in the free "Notepad++" and scroll down to:
-- gesture detector defaults
DGESDETECT_DISABLE_DOUBLE_TAP = true
and change the true to false.
Who knows it might work.
Luck;
Ken