binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
118 stars 69 forks source link

onLinkHandle Always Open Safari Browser when click link inside PDF File #17

Closed suxma closed 4 years ago

suxma commented 4 years ago

I use iPhone 11 for test my project.

I used onLinkHandle for handle value text link when click a link inside PDF File. But always safari will open after click the link inside pdf file ( etc link is "https://pub.dev". )

Can I stop open safari browser after click link inside PDF File, and just get text link with onLinkHandle without open safari browser?

binSaed commented 4 years ago

hi @suxma please open your issue in repository of pdf_view because flutter_cached_pdfview depend on it

suxma commented 4 years ago

Hi @AbdOoSaed

thanks. I'll issue to pdf_view repo..