Commit 92405970 authored by hbcui1984's avatar hbcui1984

增加popGesture配置;

parent 96a1de91
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
} }
}, },
"plus": { "plus": {
"popGesture": "close",/*设置应用默认侧滑返回关闭Webview窗口,none为无侧滑返回功能,hide为侧滑隐藏Webview窗口。参考ask.dcloud.net.cn/article/102*/
"splashscreen": { "splashscreen": {
"autoclose": false,/*如果为true,程序启动的图片可以自动关闭,如果为false,开发者需要手动关闭*/ "autoclose": false,/*如果为true,程序启动的图片可以自动关闭,如果为false,开发者需要手动关闭*/
"waiting": true/*autoclose设置为false时生效,在此事件后,启动图片自动关闭,单位为毫秒*/ "waiting": true/*autoclose设置为false时生效,在此事件后,启动图片自动关闭,单位为毫秒*/
......
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