Tom Feldmann
Tom Feldmann
Links will open in the embedded WebView unless you tell the WebView not to load the request and open the request via: `[[UIApplication sharedApplication] openURL:theRequest.URL]`. That should open the link...
Looks like readium fires a pageDidChange event when setting view settings. The code shows that each time you open a page..if the the view type did not change then we...
@danielweck I added `ReadiumSDK.reader.on(ReadiumSDK.Events.CONTENT_DOCUMENT_LOADED, this.onDocumentLoaded, this);` to host_app_feedback.js and it does fire however I don't get any feedback to the native side via the request. My onDocumentLoaded looks like: ```...
I'm seeing the same issue. I have a pdf I'm modifying in an endpoint and it takes ~5 seconds to createWriterToModify on my server for a 1.9MB file. Locally on...