I am trying to implement an epub viewer in xamarin forms like the below video.
Video Link: https://drive.google.com/file/d/1jW33lstCXqwC35siYklLoXAxItWpQG8c/view?usp=sharing
At first, I need to show the TOC of the book. If taps any chapter in TOC need to show that chapter on the UI. The total chapters and current chapter details are added at the bottom of the page. We can change the font size, font style, light and dark theme, and horizontal and vertical swiping features. Also able to hear the chapter in audio voice. Please have a look at the above video.
This is the native Android implementation. I need to do this feature in xamarin forms, following are my queries.
- Is xamarin offer an epub viewer like this? Or I need to do all these features custom?
- I tried EpubReader.Cross NuGet package, but it has no TOC list.
- How can I change the font size and font style like the video?
- For audio voice feature I can use text to speech feature, but when reading the book by voice how can I highlight the text?
- There is a package named epubReader, it has a TOC list. But when I try to install it to the project, I am getting this error.