Hi
Is there still now way to set the default zoom level for all docs? ie. if zoom level is set to 0.5 for one document, when another document is loaded it goes back to fit to page. We can get around this with
$(document).on('documentLoaded', function () {
readerControl.setZoomLevel(0.5);
})
but there is a bit of a flicker, particularly if zoom varies widely from default and scrolls bars flicker in and out. It would be good if there was a way to set and reset the default zoom level for the reader independent of the document loads.
Thanks
Glen