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

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -