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

Horizontal Scrolling Not Working on iOS #108

Open bkoznov opened 3 years ago

bkoznov commented 3 years ago

Issue / Feature - Scroll is always vertical on iOS Platform (android, iOS or both) -iOS Crash / Error - Horizontal scrolling argument has no impact on iOS

Steps to reproduce / Describe in detail - When scrollDirection: EpubScrollDirection.HORIZONTAL, is set, it has no impact on iOS. Issue #37 references this but is closed

amigax commented 2 years ago

is it meant to do horizontal? would love to see that

ahyangnb commented 2 years ago

I have the same problem