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 中而不是默认的左上角居中?
您应该将图像加载到 www 可识别的文件中,我认为最好是 .html 例如:
<html><head></head><body><img src=\""+ imagePath + "\"></body></html>
要么需要 img TAG 内的硬编码样式,要么使用外部样式表,你的资产文件夹中也应该有什么。
给你一个想法:
http://www.netmechanic.com/news/vol7/html_no10.htm