I’m trying to hook into the XWalkView’s shouldInterceptRequest but am unable to get the reference to the XWalkView inside the MainActivity.java.
Which XML file is the responsible one for the android layout of the IONIC app? Is it created dynamically or something?
In the end I hope to be able to do this:
mXWalkView = (XWalkView) findViewById(R.id.activity_main);
Thanks