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

iPhone / mobile safari - view port hight wrong #25

Closed
lpas opened this issue Jun 12, 2015 · 1 comment
Closed

iPhone / mobile safari - view port hight wrong #25

lpas opened this issue Jun 12, 2015 · 1 comment

Comments

@lpas
Copy link

lpas commented Jun 12, 2015

the vpHeight is wrong in IPhone's mobile safari

http://bugs.jquery.com/ticket/6724

fix line#22

vpHeight  = window.innerHeight ? window.innerHeight : $w.height(), 
@samatcd
Copy link
Member

samatcd commented Jul 6, 2017

As per link in the bug, make sure you have a valid doctype: http://viralpatel.net/blogs/jquery-window-height-incorrect/

@samatcd samatcd closed this as completed Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants