mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
show a box indicator when tapping on a link
only for PDF/DJVU docs for now since there is no easy way to get link box from crengine
This commit is contained in:
@@ -72,6 +72,10 @@ function DjvuDocument:getPageBoxesFromPositions(pageno, ppos0, ppos1)
|
||||
return self.koptinterface:getPageBoxesFromPositions(self, pageno, ppos0, ppos1)
|
||||
end
|
||||
|
||||
function DjvuDocument:nativeToPageRectTransform(pageno, rect)
|
||||
return self.koptinterface:nativeToPageRectTransform(self, pageno, rect)
|
||||
end
|
||||
|
||||
function DjvuDocument:getOCRWord(pageno, wbox)
|
||||
return self.koptinterface:getOCRWord(self, pageno, wbox)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user