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

update vis.js to fix scaling issues for ios safari mobile #13

Closed
nfischer opened this issue Jul 13, 2018 · 0 comments · Fixed by #14
Closed

update vis.js to fix scaling issues for ios safari mobile #13

nfischer opened this issue Jul 13, 2018 · 0 comments · Fixed by #14
Assignees

Comments

@nfischer
Copy link
Owner

We have special code to disable zooming on mobile:

<!-- Disable zoom on mobile -->
<meta content='width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>

However, apple decided to disregard this on iOS 10.

It looks like this issue was fixed upstream in almende/vis#2123, so we should update the dependency and see if it fixes the issue. After that, we should see if we can remove the user-scalable stuff.

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

Successfully merging a pull request may close this issue.

1 participant