Commit d3b42601 authored by shiyl's avatar shiyl

删除WebView的缩放功能

parent ea47b9fe
......@@ -29,8 +29,8 @@ class PublicWebViewActivity : BaseMvvmActivity<ActivityPublicWebViewBinding, Pub
// 允许使用js
javaScriptEnabled = true
// 支持屏幕缩放
setSupportZoom(true)
builtInZoomControls = true
// setSupportZoom(true)
// builtInZoomControls = true
// 缓存模式,不使用缓存
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