springboot\u6253\u5305apk<\/a>dUrl() \u65b9\u6cd5\u52a0\u8f7d\u8fdc\u7a0b\u7f51\u9875\uff0c\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u9700\u8981\u5728 AndroidManifest.xml \u6587\u4ef6\u4e2d\u6dfb\u52a0 INTERNET \u6743\u9650\u3002<\/p>\n\u4e8c\u3001 WebView \u7ec4\u4ef6\u7684\u4f7f\u7528\u6b65\u9aa4<\/p>\n
1. \u5728\u5e03\u5c40\u6587\u4ef6\u4e2d\u6dfb\u52a0 WebView \u7ec4\u4ef6\uff1a<\/p>\n
“`<\/p>\n<\/p>\n
android:id=”@+id\/webview”<\/p>\n
android:layout_width=”match_parent”<\/p>\n
android:layout_height=”match_parent” \/><\/p>\n
“`<\/p>\n
2. \u5728 Activity \u4e2d\u83b7\u53d6 WebView \u7ec4\u4ef6\u7684\u5b9e\u4f8b\uff1a<\/p>\n
“`<\/p>\n
WebView webView = (WebView) findViewById(R.id.webview);<\/p>\n
“`<\/p>\n
3. \u52a0\u8f7d\u7f51\u9875\uff1a<\/p>\n
“`<\/p>\n
webView.loadUrl(“http:\/\/www.example.com”);<\/p>\n
“`<\/p>\n
4. \u8bbe\u7f6e WebView \u7684\u76f8\u5173\u5c5e\u6027\uff1a<\/p>\n
“`<\/p>\n
\/\/ \u652f\u6301 JavaScript<\/p>\n
webView.getSettings().setJavaScriptEnabled(true);<\/p>\n
\/\/ \u652f\u6301\u7f29\u653e<\/p>\n
webView.getSettings().setSupportZoom(true);<\/p>\n
webView.getSettings().setBuiltInZoomControls(true);<\/p>\n
webView.getSettings().setDisplayZoomControls(false);<\/p>\n
\/\/ \u652f\u6301\u81ea\u9002\u5e94\u5c4f\u5e55<\/p>\n
webView.getSettings().setUseWideViewPort(true);<\/p>\n
webView.getSettings().setLoadWithOverviewMode(true);<\/p>\n
\/\/ \u8bbe\u7f6e\u7f13\u5b58\u6a21\u5f0f<\/p>\n
webView.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);<\/p>\n
\/\/ \u8bbe\u7f6e WebViewClient\uff0c\u4fdd\u8bc1\u7f51\u9875\u5728 WebView \u4e2d\u6253\u5f00<\/p>\n
webView.setWebViewClient(new WebViewClient());<\/p>\n
“`<\/p>\n
5. \u5904\u7406 WebView \u7684\u751f\u547d\u5468\u671f\uff1a<\/p>\n
“`<\/p>\n
@Override<\/p>\n
protected void onPause() {<\/p>\n
super.onPause();<\/p>\n
webView.onPause();<\/p>\n
}<\/p>\n
@Override<\/p>\n
protected void onResume() {<\/p>\n
super.onResume();<\/p>\n
webView.onResume();<\/p>\n
}<\/p>\n
@Override<\/p>\n
protected void onDestroy() {<\/p>\n
super.onDestroy();<\/p>\n
webView.destroy();<\/p>\n
}<\/p>\n
“`<\/p>\n
\u4ee5\u4e0a\u5c31\u662f\u4f7f\u7528 WebView \u7ec4\u4ef6\u5728\u5b89\u5353\u5e94\u7528\u7a0b\u5e8f\u4e2d\u5d4c\u5165\u7f51\u9875\u7684\u8be6\u7ec6<\/p>\n
<\/figure>\n<\/p>\n\u6b65\u9aa4\u3002\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u7531\u4e8e WebView \u7ec4\u4ef6\u662f\u4e00\u4e2a\u5c0f\u578b\u6d4f\u89c8\u5668\uff0c\u56e0\u6b64\u5728\u4f7f\u7528\u65f6\u9700\u8981\u6ce8\u610f\u5b89\u5168\u6027\u548c\u6027\u80fd\u95ee\u9898\uff0c\u907f\u514d\u51fa\u73b0\u5b89\u5168\u6f0f\u6d1e\u548c\u5361\u987f\u7b49\u95ee\u9898\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"
\u5728\u5b89\u5353\u5f00\u53d1\u4e2d\uff0c\u6211\u4eec\u7ecf\u5e38\u9700\u8981\u5728\u5e94\u7528\u7a0b\u5e8f\u4e2d\u5d4c\u5165\u7f51\u9875\uff0c\u4ee5\u63d0\u4f9b\u66f4\u52a0\u4e30\u5bcc\u7684\u5185\u5bb9\u548c\u529f\u80fd\u3002\u5e38\u89c1\u7684\u5d4c\u5165\u7f51\u9875\u7684\u65b9\u5f0f\u6709\u4e24\u79cd\uff1a\u4f7f\u7528 WebView \u7ec4\u4ef6\u548c\u4f7f\u7528\u7cfb\u7edf\u81ea\u5e26\u7684\u6d4f\u89c8\u5668\u3002\u672c\u6587\u5c06\u4ecb\u7ecd\u4f7f\u7528 WebView \u7ec4\u4ef6\u5d4c\u5165\u7f51\u9875<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[27266,26619,622,914,117],"class_list":["post-24226","post","type-post","status-publish","format-standard","hentry","category-zuoapp","tag-android","tag-mvvm-android","tag-622","tag-914","tag-117"],"_links":{"self":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/posts\/24226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/comments?post=24226"}],"version-history":[{"count":1,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/posts\/24226\/revisions"}],"predecessor-version":[{"id":24445,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/posts\/24226\/revisions\/24445"}],"wp:attachment":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/media?parent=24226"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/categories?post=24226"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/tags?post=24226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}