Skip to content

Commit f2e2ec5

Browse files
committedMay 14, 2017
Remvoe crosswalk - not needed for aframe5
1 parent 02da1ad commit f2e2ec5

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed
 

‎config.xml

-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<preference name="BackupWebStorage" value="none" />
1616
<preference name="SplashScreen" value="screen" />
1717
<preference name="SplashScreenDelay" value="3000" />
18-
<preference name="xwalkMode" value="lite" />
1918
<feature name="StatusBar">
2019
<param name="ios-package" onload="true" value="CDVStatusBar" />
2120
</feature>
@@ -76,13 +75,6 @@
7675
<engine name="android" spec="^6.2.3" />
7776
<engine name="ios" spec="^4.4.0" />
7877
<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>
8678
<plugin name="cordova-plugin-device" spec="~1.1.6" />
8779
<plugin name="cordova-plugin-screen-orientation" spec="^2.0.1" />
8880
<plugin name="cordova-plugin-splashscreen" spec="~4.0.3" />

‎package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"cordova-android": "^6.2.3",
99
"cordova-ios": "^4.4.0",
1010
"cordova-plugin-console": "~1.0.7",
11-
"cordova-plugin-crosswalk-webview": "^2.2.0",
1211
"cordova-plugin-device": "~1.1.6",
1312
"cordova-plugin-screen-orientation": "^2.0.1",
1413
"cordova-plugin-splashscreen": "~4.0.3",
@@ -71,14 +70,7 @@
7170
"cordova-plugin-statusbar": {},
7271
"cordova-plugin-whitelist": {},
7372
"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": {}
8274
},
8375
"platforms": [
8476
"android",

0 commit comments

Comments
 (0)