Commit d3b42601 authored by shiyl's avatar shiyl

删除WebView的缩放功能

parent ea47b9fe
...@@ -29,8 +29,8 @@ class PublicWebViewActivity : BaseMvvmActivity<ActivityPublicWebViewBinding, Pub ...@@ -29,8 +29,8 @@ class PublicWebViewActivity : BaseMvvmActivity<ActivityPublicWebViewBinding, Pub
// 允许使用js // 允许使用js
javaScriptEnabled = true javaScriptEnabled = true
// 支持屏幕缩放 // 支持屏幕缩放
setSupportZoom(true) // setSupportZoom(true)
builtInZoomControls = true // builtInZoomControls = true
// 缓存模式,不使用缓存 // 缓存模式,不使用缓存
cacheMode = WebSettings.LOAD_NO_CACHE cacheMode = WebSettings.LOAD_NO_CACHE
// 支持混合模式 // 支持混合模式
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment