leonkwok1992
leonkwok1992
  • 发布:2016-04-12 16:21
  • 更新:2016-04-12 16:51
  • 阅读:1517

im-char模板的使用

分类:MUI

详细问题描述
im-char模板的使用,使用mui示例的聊天页面,在电脑上直接打开页面是会显示header便签里面的元素,在打包成APP之后,反而不显示,我把所有的JS都取消了也没显示header。这个问题应该如何解决!

附件
[代码片段]

mui.openWindow({  
    id: "imchat",  
    url: "../im-chat.html",  
    styles: {  
        top: "0px",  
        bottom:"0px",  
        popGesture: "none",  
        zindex: 9998,  
    },  
    show: {  
        aniShow: "none"  
    }  
});

[安装包]

联系方式
[QQ] 602203930
[电话]

2016-04-12 16:21 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

hello mui示例中因为使用了模板页面,为避免出现双header每个页面中都添加app.css

.mui-plus.mui-android header.mui-bar{  
    display: none;  
}

可以根据实际需求自定义添加或取消

该问题目前已经被锁定, 无法添加新回复