Trup
Trup

Reputation: 635

How to Search and select text from webView?

I am implementing an app in which I need to take .pdf files from internet and display it into web view. I am done with it. But after presenting .pdf file to web view, I want to allow user to search text and selected text. As I displayed .pdf file in web view, it just allows me to zoom in and zoom out. So how could I do this?

Upvotes: 2

Views: 207

Answers (1)

Trup
Trup

Reputation: 635

Take an open source library from here : https://github.com/mobfarm/FastPdfKit

Upvotes: 2

Related Questions