Hi,
I need to achieve this java code into B4A
xWalkWebView = new XWalkView(this.getApplicationContext(), this);
xWalkWebView.loadUrl("file:///android_asset/www/index.html");
You can see the overall code here https://gist.github.com/butelo/9365587
I am able to get the "context" with reflector getcontext method. But I don't know how to pass "this" to the code.
Thanks for the help in advance,
I need to achieve this java code into B4A
xWalkWebView = new XWalkView(this.getApplicationContext(), this);
xWalkWebView.loadUrl("file:///android_asset/www/index.html");
You can see the overall code here https://gist.github.com/butelo/9365587
I am able to get the "context" with reflector getcontext method. But I don't know how to pass "this" to the code.
Thanks for the help in advance,