Copy link to clipboard
Copied
i want to save the page user last visited so he could resume it from the same page when he came again, for that i want to call a function on every change of page. i there any api for that
Here's a CodePen showing it in action: https://codepen.io/cfjedimaster/pen/NWvoWNY
Copy link to clipboard
Copied
Yes - we have event handling support that lets you listen for the page change event.
Copy link to clipboard
Copied
Here's a CodePen showing it in action: https://codepen.io/cfjedimaster/pen/NWvoWNY
Copy link to clipboard
Copied
And a blog post: https://medium.com/adobetech/improving-the-reader-experience-with-adobe-embed-api-5079498411d9
Sorry - normally I'd have done this in one post.