Commit 8d49b13f authored by hbcui1984's avatar hbcui1984

解决可左右拖动选项卡在iOS平台上显示双标题的bug

parent be7bd495
......@@ -90,7 +90,7 @@
var id = this.getAttribute("href");
var type = this.getAttribute("open-type");
var href = this.href;
if(type=="common"||(mui.os.ios&&!~id.indexOf('tab-with-viewpagerindicator.html')) ){
if(type=="common"||mui.os.ios){
var webview_style = {
popGesture: "close"
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment