Jacky3K
Results
1
issues of
Jacky3K
I save the Cfi to localstorage by "renderer:locationChanged" event, like this: `Book.on('renderer:locationChanged', function(location) {` `obj.lastRead = location;` `localStorage["{{$story->id}}-{{$body->chapter}}"] = JSON.stringify(obj);` `});` And use "lastRead" to return the page, like: `var...