How To Use Crosswalk in Ionic 2 or 3 To Solve Compatibility Issue in Android
To use the crosswalk in ionic app follow the below steps: First, create an ionic app As the crosswalk doesn't support the Cordova 3.6(latest version) so you have to install the Cordova android platform 3.5 To install Cordova android platform 3.5, run this command: codova platform add android@3.5 Then download the crosswalk and extract(Two version X86 and ARM) Then navigate to your application/platform/android/cordovaLib directory Then delete everything inside that directory Then open the extracted crosswalk folder and navigate to the framework directory Then copy all the files and paste into your application/platform/android/cordovaLib directory Then open the ARM version and navigate to xwalk_core_lib/libs/ Then copy the folder which start with arm and paste into application/platform/android/cordovaLib/xwalk_core_lib/libs/ directory And one last file you need to copy is the version file from xwalk_core_lib di...