游戏页面禁止右滑返回手势

This commit is contained in:
zhl 2019-03-26 16:31:22 +08:00
parent 5114cc82fa
commit 22dd391d94
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"description": "A WePY project", "description": "A WePY project",
"setting": { "setting": {
"urlCheck": true, "urlCheck": false,
"es6": false, "es6": false,
"postcss": false, "postcss": false,
"minified": false, "minified": false,

View File

@ -22,6 +22,7 @@
navigationBarTextStyle: 'white', navigationBarTextStyle: 'white',
backgroundColor: '#000', backgroundColor: '#000',
backgroundColorTop: '#000', backgroundColorTop: '#000',
disableSwipeBack: true,
}; };
data = { data = {
link: '', link: '',