其他分享
首页 > 其他分享> > screenHeight和windowHeight的区别

screenHeight和windowHeight的区别

作者:互联网

screenHeight是手机屏幕的高度(状态栏+导航栏+webview+tabBar),

windowHeight是可使用窗口高度webview(不包含状态栏、导航栏和tabBar)的高度;

tips:如果在pages.json中页面设置了"navigationStyle":"custom",那么windowHeight的值是状态栏+导航栏+webview的和(不包含tabBar的高度)

标签:状态栏,区别,高度,screenHeight,tabBar,windowHeight,webview
来源: https://www.cnblogs.com/qdlhj/p/15835195.html