We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee698c commit 74d7910Copy full SHA for 74d7910
examples/hello-mui/examples/tab-webview-main.html
@@ -72,7 +72,7 @@ <h1 id="title" class="mui-title">首页</h1>
72
//更换标题
73
title.innerHTML = this.querySelector('.mui-tab-label').innerHTML;
74
//显示目标选项卡
75
- plus.webview.show(targetTab, 'slide-in-right', 200);
+ plus.webview.show(targetTab);
76
//隐藏当前;
77
plus.webview.hide(activeTab);
78
//更改当前活跃的选项卡
0 commit comments