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);