Android clear webview thread, free memory, avoid OutOfMemoryError

前端 未结 3 794
半阙折子戏
半阙折子戏 2021-02-14 08:31

I am displaying a fairly large image in a webview so that the pinch-to-zoom functions and other conveniences for viewing are already available.

It displays correctly the

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-14 09:28

    Maybe try recycling the bitmap/image?

    If that doesn't work, I suggest re-sampling it.

    Strange out of memory issue while loading an image to a Bitmap object

提交回复
热议问题