readium / readium-js-viewer

👁 ReadiumJS viewer: default web app for Readium.js library
BSD 3-Clause "New" or "Revised" License
550 stars 186 forks source link

[QUESTION] Event after Content load in iframe #640

Closed deepeshk12 closed 7 years ago

deepeshk12 commented 7 years ago

This issue is a Question

I am working to readium-js-viewer, I need the event after the content load in the iframe so I can customise the data as per my requirement.

I have tried with readium.reader.on(ReadiumSDK.Events.CONTENT_DOCUMENT_LOADED, function ($iframe, spineItem) but it's calling before the content load.

So can please tell me how can I achieve this. Thanks.