JideGuru / epub_viewer

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

Custom pop up menu #56

Open 312654929 opened 3 years ago

312654929 commented 3 years ago

Issue / Feature -

How to implement custom pop-up menu, such as highlight, note, and can I add menu options myself? Is the WebView used to show the content of chapter

Platform (android, iOS or both) - both Crash / Error - Steps to reproduce / Describe in detail -

AliReza-Pro-grammer commented 3 years ago

this is based on folio and as far as i have understood, you need to make changes to that library. if anyone know i am wrong, please say so. i really want to customize this one myself.

312654929 commented 3 years ago

this is based on folio and as far as i have understood, you need to make changes to that library. if anyone know i am wrong, please say so. i really want to customize this one myself.

Hi,Now I don't need this project for the time being. I use readium mobile toolkit for secondary development

syedecryptr commented 3 years ago

this is based on folio and as far as i have understood, you need to make changes to that library. if anyone know i am wrong, please say so. i really want to customize this one myself.

@AliReza-Pro-grammer

Yes, this plugin is using a custom Folioreader library you have to change in that library for any custom feature. For example, I recently added a bookmark feature in the reader which you can refer to here.

carman247 commented 3 years ago

Can someone help me disable text selection? e.g. prevent the pop-up menu that has COPY / PAST / DEFINE / SHARE

Strateg766 commented 3 years ago

this is based on folio and as far as i have understood, you need to make changes to that library. if anyone know i am wrong, please say so. i really want to customize this one myself.

@AliReza-Pro-grammer

Yes, this plugin is using a custom Folioreader library you have to change in that library for any custom feature. For example, I recently added a bookmark feature in the reader which you can refer to here.

please give a repo of your epub viewer with the addition of bookmarks

syedecryptr commented 3 years ago

this is based on folio and as far as i have understood, you need to make changes to that library. if anyone know i am wrong, please say so. i really want to customize this one myself.

@AliReza-Pro-grammer Yes, this plugin is using a custom Folioreader library you have to change in that library for any custom feature. For example, I recently added a bookmark feature in the reader which you can refer to here.

please give a repo of your epub viewer with the addition of bookmarks

Here