简体   繁体   中英

How to set div height same for all mobiles in android by using js

$('.height').css('height', $(window).height());

我在Windows上将它用于div的相同高度,但是在android mobile中它无法正常工作

尝试

$('.height').css('height', $(window).innerHeight());

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM