Why does jQuery .width() does not match css media query in mobile?

Mobile Technologies Mobile Computing 2 years ago

1 0 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
_x000D_ _x000D_ I would like to start of by stating I am asking why this is, not how get around it. I am well aware of these sources here: $(window).width() not the same as media query How to get screen width without (minus) scrollbar? Get the height and width of the browser viewport without scrollbars using jquery? CSS media queries and JavaScript window width do not match I have a media query implemented that is being called correctly everywhere: @media all and (max-width:620px), (max-device-width:620px){...} However, when I try to get the width through jQuery: alert($(window).width()); The value returns as 980. I have found that using .innerWidth() yields the same result as .width(). According to jQuery API $(window).width() returns the width of the browser viewport. So why is it different from the css media query?

Posted on 30 Aug 2022, this text provides information on Mobile Computing related to Mobile Technologies. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (0)

Post Answer

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Important Mobile Technologies Links