I have a list of items and pressing every of that items opens a new screen .if i go back to the previous screen and then press an item again it creates that new page again .i use this code for opening the next page:
"Kuix.getFrameHandler().pushFrame( new PublicFram());"
but i think it creates a new screen even if it had created already.is there any way to open a page that is created already?
thanks