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のアセットフォルダーから画像を表示しています。WebViewもズームアウトされてコンテンツ全体が表示されます。デフォルトの左上隅ではなく、Webviewの中央に画像を配置する方法はありますか?
www 認識可能なファイルに画像をロードする必要があります。たとえば、.html が最適だと思います。
<html><head></head><body><img src=\""+ imagePath + "\"></body></html>
img TAG 内にハードコードされたスタイルが必要であるか、アセットフォルダー内にある必要がある外部スタイルシートを使用する必要があります。
アイデアを与えるには:
http://www.netmechanic.com/news/vol7/html_no10.htm