If use the Webview to http://m.cnr.cn web page will not be able to slide up and down how to deal with this problem?
@ Override
Protected void onCreate (@ Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
The WebView WebView=new WebView (this);
The setContentView (webView);
WebView. GetSettings (.) setJavaScriptEnabled (true);
WebView. LoadUrl (" http://m.cnr.cn ");
}
CodePudding user response:
The building Lord solved?
CodePudding user response: