各位大侠,我通过nav底部导航栏嵌入百度页面,打开百度知道后没有办法返回,请问该怎么设计呢?因为是第三方页面,能不能在顶部增加一个返回的按钮呢?谢谢
mui.init({
subpages:[//首先加载首页
{
url:'/html/test1.html',
id:'tab_home',
styles:{
top:'0px',
bottom:'60px'
}
}
],
preloadPages:[//预加载其他页面
{
url:'http://baidu.com',
id:'tab_message',
styles:{
top:'0px',
bottom:'60px'
}
},