Johan Poirier
Johan Poirier
Thanks for your feedback @danielweck. As I was saying in my first comment, this is not the perfect solution. By the way, I will probably have more time to work...
Some people in my company have the same issue but I haven't be able to observe it on my own laptop (MacBook Air).
I located the bug. The column width is computed with a `Math.round()`: - https://github.com/readium/readium-shared-js/blob/develop/js/views/reflowable_view.js#L623 - https://github.com/readium/readium-shared-js/blob/develop/js/views/reflowable_view.js#L645 And when we compute the page offset, we use the rounded value of the...
@mickael-menu do we have a solution for this issue? It breaks the font size change for a lot of books on Android.
Yes I'm trying those techniques.