SamuelPremji
SamuelPremji
> you need to wrap all component where you using a hook in ReaderProvider Can you give an example? Like isn't this supposed to work: export default function App() {...
> `const App = () => { return ( ) }` > > const ViewEpubScreen = () => { // You can use useReader() here const {changeFontSize} = useReader(); >...
It happens to me when I'm selecting some text. Any fix?
> Thank you, @johnfactotum, this looks exactly like what I need. > > However, on mobile devices I keep hitting this issue - #1343 The columns shift to the side,...
> You need to compare the selection range to the current location and turn to the next page if needed. I have a simple example here: https://github.com/johnfactotum/epubjs-tips#select-across-pages-when-using-paginated-layout. Note that this...
> I am talking about on both Android and iOS. There has to be a way.