Is there a XWalkView webviewclient?
问题 I'm trying to use XWalkView as webview replacement in my android app. I noticed that there's no setWebViewClient method on XWalkView object. The thing is that I want to check when the page is finished ( onPageFinished ) and when the resource is loaded ( onLoadResource ). How can I do this with XWalkView ? I embed the XWalkView using this tutorial embed crosswalk in android studio 回答1: Cross Walk API introduces its own names for every component. Not only the WebView is renamed to XWalkView ,