请问getSystemInfo和getSystemInfoSync的区别
官方文档中wx.getSystemInfo()和wx.getSystemInfoSync()的说明十分简单,麻烦具体说明一下两者的区别,例如在什么场景下使用wx.getSystemInfo()或wx.getSystemInfoSync()。
其次,screenHeight(screenWidth)和windowHeight(windowWidth)这两者又有什么联系,“可使用”是指什么呢?
目前遇到一个问题,在一个下拉加载的列表中,使用screenHeight可以正常显示,使用windowHeight在大屏手机可以正常显示,但是小屏手机(例如iPhone5)中,底部会留有一大块空白区域。
最后,一个屏幕的长度像素是screenHeight * pixelRatio吗?
谢谢解答!(((((ી(・◡・)ʃ)))))
