游戏页面禁止右滑返回手势
This commit is contained in:
parent
5114cc82fa
commit
22dd391d94
@ -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,
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
navigationBarTextStyle: 'white',
|
navigationBarTextStyle: 'white',
|
||||||
backgroundColor: '#000',
|
backgroundColor: '#000',
|
||||||
backgroundColorTop: '#000',
|
backgroundColorTop: '#000',
|
||||||
|
disableSwipeBack: true,
|
||||||
};
|
};
|
||||||
data = {
|
data = {
|
||||||
link: '',
|
link: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user