SetLoadWithOverviewMode for XWalkView

Is there an equivalent function in XWalkView for setLoadWithOverviewMode?

I am working on an Android application that loads a website into XWalkView. When loading, the view is enlarged in the upper left corner of the website. I just could not find the initial level of scaling XWalkView. Regarding the android web view, I used setLoadWithOverviewMode for the job, but the xwalk 11 library no longer supports the getSetting () method.

Help would be greatly appreciated.

Sorry for my bad english.

+4
source share
1 answer

( 20.50.529) , 100%

XWalkView webView=new XWalkView(this);
webView.getSettings().setInitialPageScale(100);
0

All Articles