Hi, I would like to ask something about loadView. I know that loadView() takes in three parameters. If the third parameter is set to true, the view itself will not be saved into the history. I have the following code below
CODE
KONtx.application.loadView('view-YourPlayList' , {vidTitles: titles, vidImages: images} , true);
However my view doesn't seem to reload itself the second time it is loaded. Does anyone has any idea what s' wrong?
Thanks in advance.