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

EPub Android Readonly Dont share copy paste highlight #77

Open aspire2016blr opened 3 years ago

aspire2016blr commented 3 years ago

Issue / Feature -epub 0.1.9 lates version Platf EpubViewer.setConfig( identifier: '2936', themeColor: Theme.of(context).accentColor, scrollDirection: EpubScrollDirection.HORIZONTAL, enableTts: false, allowSharing: false, );orm (android, iOS or both) - Crash / Error - Even once i set all these app we can still highlight copy paste and share text

Steps to reproduce / Describe in detail - EpubViewer.setConfig( identifier: '2936', themeColor: Theme.of(context).accentColor, scrollDirection: EpubScrollDirection.HORIZONTAL, enableTts: false, allowSharing: false, );

Is not working for Android Pls advise