I have a android app that has built using ionic and i have used xwalk web-view in it. I need to catch page finished loading event inside my MainActivity.java which extends the CordovaActivity class and then perform some action. How i can do this.