lsqy / taro-music

🎉基于taro + taro-ui + redux + react-hooks + typescript 开发的网易云音乐小程序,taro3已升级完毕,目前正在使用react-hooks重构中(不定时更新)
MIT License
1.92k stars 389 forks source link

一个潜在的兼容性Bug #126

Closed tao2years closed 3 years ago

tao2years commented 3 years ago

在项目中,发现没有使用wx.getSystemInfo这个API去获取使用机型的系统信息。 然后通过windowWidth,windowHeight和safeArea来调整小程序的布局设置。
没有通过wx.getSystemInfo的适配,在部分机型上可能会出现一些样式问题。