Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含一些可点击链接的 WebView。有没有办法增加这些链接的触摸区域,因为点击链接并打开它们可能相当困难,即使它们在视觉上足够大。
充分利用该zoom物业。
zoom
WebView yourwebview = (WebView) findViewByID(R.Layout.id.webview1); yourwebview.getSettings().setBuiltInZoomControls(true); yourwebview.getSettings().setDisplayZoomControls(false);