Step 5 - Installing the Crosswalk plugin in Cordova
Now this is very important. In order for our game to use WebGL and run decently, we need our project to make use of the Crosswalk Webview plugin in Cordova.
5.1 - Just type "cordova plugin add cordova-plugin-crosswalk-webview", press Enter and wait while the plugin is installed in our project. Usually it doesn't take more than a few seconds and just needs to be done once per project.
Once it's installed, you can check our project's plugins by typing "cordova plugin list".