Lakenen
Lakenen
Could be that the check for mobile is broken on whatever device/os you're using... What do you see when you log `Crocodoc.getUtility('browser').mobile`? On non-mobile (and IE >= 10) we load...
Yep, that's certainly possible! Unfortunately, this option controls both how many pages to load at once and how many pages are "loaded" at once. On mobile devices we also unload...
I am not sure I understand your question completely. The viewer already does a staggered preload, which pauses when the user scrolls to prevent UI latency.
I am not sure what you mean by this. Could you provide a repro or screenshot of what's happening?
viewer.js should never request anything called svg-stylesheet... it should be called stylesheet.css. Are you sure you're using viewer.js? ;)
Yes! You will need to specify the non_svg flag for conversions, otherwise only page one will have a PNG generated (used for thumbnails). https://developers.box.com/view/#non-svg
@harish278 I can't access the dropbox link to reproduce this issue. Could you share a downloadable View API session or host the file somewhere else? Thanks.
@harish278 please just send the original pdf to [email protected]
@harish278 I was able to reproduce the issue. IE is apparently running out of memory, perhaps because of the number of large images in the document. It can be resolved...
@peetersn sorry about the delays here. I'm nervous about exposing this as an external config, because it's very low level and could change in the future. Instead, I'm probably going...