Open charithjob opened 10 years ago
i have also same problem have you find something. tell me thanks..
@CRUDTechnolgoy @charithjob I've also faced a similar issue. I am using a complex layout containing TextViews, an ImageView (loads online images) and a WebView. When the page flips the ImageView and WebView is empty. I have somehow mitigated this problem by doing three things:
private final int sideBufferSize
in FlipViewController
classFlipViewController.refreshPage(View)
after loading the WebView & ImageView
The interesting thing is that the problem now is only limited to the first two pages, thereafter upon flipping beyond the first two pages and flipping back the problem is gone (changing sideBufferSize
did not change the result).
when flip pages image disappear .how to stop that