From 15f6cbe7dddc5031230f764da67963452b121251 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 24 Jan 2017 12:09:53 +0100 Subject: [PATCH] - add crosswalk-lite - fix #252 --- config.xml | 1 + ionic.project | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 1728f737..3a92ae7f 100644 --- a/config.xml +++ b/config.xml @@ -22,6 +22,7 @@ <preference name="android-minSdkVersion" value="16" /> <preference name="SplashScreen" value="screen" /> <preference name="SplashScreenDelay" value="4000" /> + <preference name="xwalkVersion" value="19" /> <allow-navigation href="*" /> <feature name="StatusBar"> <param name="ios-package" onload="true" value="CDVStatusBar" /> diff --git a/ionic.project b/ionic.project index 2fc5eb4c..1114d8e8 100644 --- a/ionic.project +++ b/ionic.project @@ -16,5 +16,12 @@ "css_plugin", "watch" ], - "defaultBrowser": "chrome" -} \ No newline at end of file + "defaultBrowser": "chrome", + "browsers": [ + { + "platform": "android", + "browser": "crosswalk-lite", + "version": "12.41.296.5" + } + ] +} -- GitLab