readium / r2-testapp-swift

BSD 3-Clause "New" or "Revised" License
147 stars 38 forks source link

Some questions, I want to make an Epub reader based on Flutter #358

Closed 312654929 closed 3 years ago

312654929 commented 3 years ago

Hello, to be honest, I haven't been working on mobile apps for a long time. I want to take some ideas from this project to the Flutter app. Now ,i have the following problems:

  1. I found that the bar effect worked when I applied Readium Css (turning the page horizontally), but the font size became very small and some books also had two bars under the phone size screen. I tried to change the font-size: 100% property and found that the spacing was not very symmetric.
  2. I don't know how to modify the long-pressed selected text in flutter I would appreciate it if you could reply!!
mickael-menu commented 3 years ago

We don't have much experience integrating the Readium Toolkit with Flutter. I think some used React Native though.

Also I don't fully understand your questions, could you detail and add maybe some screenshots/screencasts?