mui.init({
swipeBack: false,
statusBarBackground:'#ffffff',
subpages: [{
id: 'list',
url: 'list.html',
styles: {
top: '48px',
bottom: 0,
bounce: 'vertical'
},
waiting: {
autoShow: true
}
}]
});
上面代码是index.html中默认加载list.html页面的代码
我在style后面加了waiting:{...}后,运行并没有出现正在载入的信息
另外我的页面逻辑是从A页面 跳到 index.html页面,然后index.html再自动加载list.html页面
每次从A页面跳到index.html后,都会先显示header部分,然后空白二三秒后再显示list.html的内容,需要如何解决呢,这个
iOS (作者)
已经试过了,在真机上测试,效果明显,但在模拟器中效果卡的很,已经能解决我的问题了,感谢中。
2015-01-06 18:00