mesiam sabaghi

Results 7 comments of mesiam sabaghi

any one find solution?

hi you can save parameter cfiRange in array and when reopening book call rendition.highlight with array of cfi list

hi you should define new stream before your class first like that ``` let streamer = new Streamer(); class FaraProfile extends React.Component { ``` than set port for stream in...

hi save start `cfi` like this in `onLocationChange`: ``` onLocationChange={(visibleLocation) => { ``` for save `cfi` : ``` visibleLocation.start.cfi ``` than in `onReady` get cfi from async storage and set...

hi , how can change font size and font in epub file bro?

you can get visibleLocation.start.cfi for save location of current page and save in state , do equal this state to location parameter in Epub like location={this.state.location}