JideGuru / epub_viewer

An epub reader for Flutter. Wrapped around Folioreader.(WIP)
https://pub.dev/packages/epub_viewer
Apache License 2.0
146 stars 80 forks source link

Does not work on ios #115

Open anhnt opened 2 years ago

anhnt commented 2 years ago

Example does not work with alice.epub from assets

image

ouyangtianhan commented 2 years ago

I got the same error. have you resolved that?

viper22223 commented 2 years ago

I got the same error. have you resolved that?

yes, if you have some css style you need to delete from epub example : html{padding: 0; margin: 0; } and body{padding: 0; margin: 0; } if on your epub book have background-color delete pls it's will work