For example how can i access loaded html in onLoadFinished?

class MyResourceClient extends XWalkResourceClient {
    MyResourceClient(XWalkView view) {
      super(view);
    }

   @Override
    public void onLoadFinished(XWalkView view, String url) {
       // Hero how can i access to loaded page in view?

    }
}

view = (XWalkView) findViewById(R.id.activity_main);
view.setResourceClient(new MyResourceClient(view));



On Thu, Oct 9, 2014 at 1:06 AM, Farhad Ahmadi <[email protected]>
wrote:

> Hi
> I'd like to manipulate "page source" (web page) after it has loaded in
> embedded XWalkView.
> Anybody know how can i do this?
> Best regards
>
>
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to