Hello.
I am creating app for Samsung Gear and I am using TAU library.
I have a same problem like here (https://stackoverflow.com/questions/33848603/tizen-dynamic-list-not-scrollable-by-wheel) - when I want add items to listview, it stops being scrollable by watch-wheel. I've tried solve it by adding tau.widget.getInstance('overview-list').refresh(); and it solve my problem, but still the background of the selected item does not changing while scrolling (//imgup.cz/images/2018/12/26/feewf.png).
What is the proper way to refresh TAU list?
Thank you very much.