1

I'm trying to implement my own Epub reader on React Native. The problem is how to pass multiple html content files from epub container to webview and render them to make smooth pagination.

1 Answer 1

1

Use ScrollView with pagingEnabled={true} and with multiple WebView as pages

Sign up to request clarification or add additional context in comments.

2 Comments

Not sure it is usefull because epub books have a lot of pages (>1000 pages for iphone)
you can change uri

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.