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.
我想在android中开发html5应用程序。我正在使用WebView并加载url(我放在android资产文件夹中的html5的路径)但是我得到了滚动效果。我应该如何避免它,我应该在哪里放置图像和css文件
要删除水平滚动效果,只需添加它
mWebView.getSettings().setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);