getting webgl working on ionic crosswalk

In order to get webGL support on ionic, I added crosswalk

npm install ionic -g
ionic start my_app
cd my_app
ionic browser add crosswalk
//add some webGl to index.html
ionic run android

but that still didn't allow webgl to run on index.html. What else do I need to do to get webGL running on ionic Android?