I d like to use a WebView for displaying images potentially big (in order to seize it memory management). For the test i m loading this code in the WebView
<head></head>
<body>
<img alt="test" src="file:///android_asset/cute-cat-sleeping.jpg">
</body>
问题是,如果我把它装上“象现在这样”的网页的话。 只有在图像的第一部分适合筛选时,才允许流放。 在这种例子中,图像高度完全出现在网上电文中,因此再也不允许:
你们可以看到这种模式,使全球形象得到正确反映,尽管当形象被灌输,右上下角的行为是正确的,你可以在这里看到。
So I tried the (WebView).getSettings().setUseWideViewPort(true) and the result is that I can zoom out more than the image s width
bottom行为在底线上是不正确的:
Summarizing: I d like the max zoom out possible to be imageWidth=webview width and zoom behaviour like in the second image:
完整的和(或)有用的答案将放弃
EDIT:Bounty为Vinayak开放。 页: 1