Hello guys,
I have a demoScreen.html. In this screen I am searching item and it shows list of items what i have searched. For this I am using ListItem control. I have set data-dom-cache property to true into properties section because when user navigate it shows same list of items which he has searched.Now there is button logOff on home search. when I turn log off and login again and goes to demoScreen.html then it shows the list of items which he has searched for a fraction of second and after that it empty the list.
So now what i want when user log off and login again there will be no list of items showing on screen.
Can you help me?