mobfarm / FastPdfKit

A Static Library to be embedded on iOS applications to display pdf documents derived from Fast PDF

Home Page:http://fastpdfkit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong point when touch after scroll a page

maahi22 opened this issue · comments

Hi there,
when we open a pdf and touch a point it giving right point coordinates. by
-(void) documentViewController:(MFDocumentViewController *)dvc didReceiveTapAtPoint:(CGPoint)point
but after scroll a page it not provide the xact point . this give point under 768, but my page go around 900 deep. any suggestion.

Thanks in Advance.
maahi