<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi there,<br><br>How can I push an attached page to my initial page on the pageStack?<br><br>I'd like to have a behavior similar to the Jolla Store app. There you can push to the next page to get categories when you are on initial page.<br><br>I tried several thing to achieve this, but didn't get it work. Doing an "pushAttached" to pageStack in "onComplete" of my initial page ends in error message that you can not push a page on stack while another push is running.<br><br>There is another idea I've not tried yet. Maybe it is possible to use a Timer with a few milliseconds which does the pushAttached to the pageStack and disables itself after that. But this solution sounds quite bad to me.<br><br>Thanks for help!<br><br>Best regards,<br>Tobi<br><br>                                           </div></body>
</html>