-2

In my application, I am showing epub HTML files in webview using EPUBLIB. My problem is that I want to use bookmark functionality for my epub reader. For that I want to fetch text from webview which is showing page from my epub's HTML file and then use that text in my bookmark activity to show the user what they have bookmarked. How can I achieve this?

1 Answers1

0

Take a look at HTML parsing - parsing the HTML into a variable in your Swift project.

This link may be helpful: Swift: Display HTML data in a label or textView

theloneswiftman
  • 188
  • 1
  • 4
  • 17