apicloud iphoneX底部虚拟键盘遮挡

1、首先,底部的高不能写死。

2、

var footer = $api.byId('footer');
$api.fixTabBar(footer);这句应该写在 footerHeight = $api.offset(footer).h;前面

posted @ 2018-12-17 17:27  Webwhl  阅读(712)  评论(0编辑  收藏  举报