hponiang commented on issue #2944: [Android]When there are more than 40 images, then switch to another page, and then come back a few times to appear java.lang.OutOfMemoryError where weex version is 0.26.0 URL: https://github.com/apache/incubator-weex/issues/2944#issuecomment-539397791 Now I have a temporary solution. ` <image :autoBitmapRecycle="false" class="cover" :src="c_cover" > </image>` set autoBitmapRecycle="false" and No use image “placeholder” ,Because placeholder and autoBitmapRecycle="ture" creates a new thread
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
