File tree 2 files changed +1
-17
lines changed
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 15
15
<preference name =" BackupWebStorage" value =" none" />
16
16
<preference name =" SplashScreen" value =" screen" />
17
17
<preference name =" SplashScreenDelay" value =" 3000" />
18
- <preference name =" xwalkMode" value =" lite" />
19
18
<feature name =" StatusBar" >
20
19
<param name =" ios-package" onload =" true" value =" CDVStatusBar" />
21
20
</feature >
76
75
<engine name =" android" spec =" ^6.2.3" />
77
76
<engine name =" ios" spec =" ^4.4.0" />
78
77
<plugin name =" cordova-plugin-console" spec =" ~1.0.7" />
79
- <plugin name =" cordova-plugin-crosswalk-webview" spec =" ^2.2.0" >
80
- <variable name =" XWALK_VERSION" value =" 22+" />
81
- <variable name =" XWALK_LITEVERSION" value =" xwalk_core_library_canary:17+" />
82
- <variable name =" XWALK_COMMANDLINE" value =" --disable-pull-to-refresh-effect" />
83
- <variable name =" XWALK_MODE" value =" embedded" />
84
- <variable name =" XWALK_MULTIPLEAPK" value =" true" />
85
- </plugin >
86
78
<plugin name =" cordova-plugin-device" spec =" ~1.1.6" />
87
79
<plugin name =" cordova-plugin-screen-orientation" spec =" ^2.0.1" />
88
80
<plugin name =" cordova-plugin-splashscreen" spec =" ~4.0.3" />
Original file line number Diff line number Diff line change 8
8
"cordova-android" : " ^6.2.3" ,
9
9
"cordova-ios" : " ^4.4.0" ,
10
10
"cordova-plugin-console" : " ~1.0.7" ,
11
- "cordova-plugin-crosswalk-webview" : " ^2.2.0" ,
12
11
"cordova-plugin-device" : " ~1.1.6" ,
13
12
"cordova-plugin-screen-orientation" : " ^2.0.1" ,
14
13
"cordova-plugin-splashscreen" : " ~4.0.3" ,
71
70
"cordova-plugin-statusbar" : {},
72
71
"cordova-plugin-whitelist" : {},
73
72
"ionic-plugin-keyboard" : {},
74
- "cordova-plugin-screen-orientation" : {},
75
- "cordova-plugin-crosswalk-webview" : {
76
- "XWALK_VERSION" : " 22+" ,
77
- "XWALK_LITEVERSION" : " xwalk_core_library_canary:17+" ,
78
- "XWALK_COMMANDLINE" : " --disable-pull-to-refresh-effect" ,
79
- "XWALK_MODE" : " embedded" ,
80
- "XWALK_MULTIPLEAPK" : " true"
81
- }
73
+ "cordova-plugin-screen-orientation" : {}
82
74
},
83
75
"platforms" : [
84
76
" android" ,
You can’t perform that action at this time.
0 commit comments