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 中的缩放控制。我正在使用此代码来隐藏控件:
web.getSettings().setDisplayZoomControls(false);
但是这个代码可以在 API 11 之后在 Android 中使用,以及如何使用 API 7 禁用它?
检查一下:在 Android WebView 中启用/禁用缩放 有一个实现,用于您要求实现的目标。