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

Mobile Technologies Mobile Computing 2 years ago

1 0 0 0 0

_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.

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.

Similar Forum


Q

Would Firebase be a good choice as a server for the Flutter mobile game I'm creating?

_x000D_ _x000D_ I am building a turn-based Flutter game. Would Firebase be a good choice as a server...
Q

Implement Bottom Navigation activity along with a VerticalViewPager with nested Cardview in Android...

_x000D_ _x000D_ I want to develop an Android App which will have a Bottom Navigation Bar and above i...
Q

(JS) For , determine if the device offers or not to capture a photo from the camera

_x000D_ _x000D_ When uploading a file, I need to give the user the possibility: upload the file fr...

Important Mobile Technologies Links