https://bugzilla.wikimedia.org/show_bug.cgi?id=64762
--- Comment #1 from Yuvi Panda <[email protected]> --- So the problem is that we don't kill PageViewFragments when they aren't shown on screen - we add fragments than replace them. The reason being that I'm unclear about the lifecycle of fragments when they are in the activity's backstack but not visible. Also problematic is maintaining scroll position in the backstack. This ends up creating a lot of webviews! Terrible for our memory footprint and yes, this problem would happen. We need to figure out the lifecycle for those and handle 'back' properly. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
