Android local image displayed via webview is blurry

后端 未结 3 1036
庸人自扰
庸人自扰 2021-01-19 18:06

I have a webview loading an image from the assets/ folder. The image is displayed zoomed 100% (or more) and does not have the same clarity as the real image has at 100%

3条回答
  •  独厮守ぢ
    2021-01-19 18:33

    I recall that problem. Webview automatically downsamples larger images probably out of memory concerns. If you want control of the quality you probably have to use ImageView. You could also try to use the gallery application instead.

提交回复
热议问题