Content of Xamarin Fragments in ListView diappearing when scrolling -
we have android app built xamarin , mvvmcross. have activity mvxlistview , dynamically add amount (~between 10 , 80) of fragments it. fragments have 1 visible label , click behavior.
when app run on device android 7(nougat) fragments not have content, label , click behavior missing. it's not same fragment , when list scrolled - fragments leave viewport while others enter - fragments regain content , others lose it. few of fragments lacking content, on screen working normally.
this behavior not occur on older versions of android, tested on various devices version 4-6. behavior occured on devices andoid 7.
does have idea cause this? did memory managment lists change in nougat?
Comments
Post a Comment