Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile browser does NOT suppurt range request and need download whole source PDF before render #7528

Closed
godwin668 opened this issue Aug 7, 2016 · 1 comment
Labels

Comments

@godwin668
Copy link

I tested on iPhone Chrome browser and found that I need wait for the whole source PDF downloaded before render. Is there any way make mobile support range request like PC?

@Snuffleupagus
Copy link
Collaborator

The Google Chrome browser for iOS is actually based on the Safari browser, please refer to https://developer.chrome.com/multidevice/ios/overview.
Unfortunately Safari has issues with range requests, which is why they are disabled in the default viewer; see compatibility.js#L455-L478 and issue #3260.
Closing as answered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants