启动图素材

2018-09-20 03:43:47 -0400
【图片】http://img03.sogoucdn.com/app/a/100520146/0ed5226f823c3e89a4cc8732ec33709b【图片】

import "android.app." import "android.os." import "android.widget." import "android.view." import "android.support." import "com.tencent.smtt.sdk." webView.getSettings().setJavaScriptCanOpenWindowsAutomatically(true); webView.getSettings().setDisplayZoomControls(true); webView.getSettings().setSupportZoom(true); webView.getSettings().setDomStorageEnabled(false); webView.getSettings().setDatabaseEnabled(false); webView.getSettings().setAppCacheEnabled(false); webView.getSettings().setUseWideViewPort(true); webView.getSettings().setAllowFileAccess(true); webView.getSettings().setBuiltInZoomControls(true); webView.getSettings().setDisplayZoomControls(true); webView.getSettings().setLoadWithOverviewMode(true); webView.getSettings().setLoadsImagesAutomatically(true); webView.getSettings().setSaveFormData(false); webView.getSettings().setAllowContentAccess(true); webView.getSettings().setBlockNetworkImage(false); webView.getSettings().setAllowFileAccessFromFileURLs(false); webView.getSettings().setAllowUniversalAccessFromFileURLs(false); webView.getSettings().setAllowContentAccess(true); webView.getSettings().setJavaScriptEnabled(true); webView.getSettings().setSupportMultipleWindows(true); webView.getSettings().setGeolocationEnabled(true); webView.getSettings().setDefaultTextEncodingName("UTF-8"); webView.getSettings().setAppCacheMaxSize(Long.MAX_VALUE); webView.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);

«Newer      Older»
Comment:
Name:

Back to home

Subscribe | Register | Login | N